Skip to content

Commit f07b210

Browse files
committed
Merge project dependency copy in backend docker
1 parent 89aa33a commit f07b210

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

backend/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ LABEL maintainer="Penn Labs"
77
COPY --from=ghcr.io/astral-sh/uv@sha256:2381d6aa60c326b71fd40023f921a0a3b8f91b14d5db6b90402e65a635053709 /uv /uvx /bin/
88

99
# Copy project dependencies
10-
COPY Pipfile* /app/
11-
COPY pyproject.toml /app/
12-
COPY uv.lock /app/
10+
COPY Pipfile* pyproject.toml uv.lock /app/
1311

1412
# Install project dependencies using pipenv if pipenv enabled
1513
RUN if [ "$DEPENDENCY_MANAGER" = "pipenv" ]; then pipenv install --system; fi

0 commit comments

Comments
 (0)