We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89aa33a commit f07b210Copy full SHA for f07b210
backend/Dockerfile
@@ -7,9 +7,7 @@ LABEL maintainer="Penn Labs"
7
COPY --from=ghcr.io/astral-sh/uv@sha256:2381d6aa60c326b71fd40023f921a0a3b8f91b14d5db6b90402e65a635053709 /uv /uvx /bin/
8
9
# Copy project dependencies
10
-COPY Pipfile* /app/
11
-COPY pyproject.toml /app/
12
-COPY uv.lock /app/
+COPY Pipfile* pyproject.toml uv.lock /app/
13
14
# Install project dependencies using pipenv if pipenv enabled
15
RUN if [ "$DEPENDENCY_MANAGER" = "pipenv" ]; then pipenv install --system; fi
0 commit comments