Skip to content

Commit

Permalink
Copy over requirements.txt in DOCKERFILE
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklinke committed Oct 13, 2024
1 parent fbb31f9 commit 120c118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN pip install --upgrade uv
RUN uv venv

# Copy requirements files
COPY pyproject.toml uv.lock ${APP_HOME}/
COPY pyproject.toml uv.lock requirements.txt ${APP_HOME}/

# Install dependencies using uv
RUN uv sync --prerelease=allow --extra dev
Expand Down

0 comments on commit 120c118

Please sign in to comment.