Skip to content

Commit

Permalink
fix(containerfile): Finish changing containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Oct 25, 2024
1 parent 3bc32ff commit 26af2f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ ENV UV_LINK_MODE=copy \
UV_COMPILE_BYTECODE=1 \
UV_PYTHON_DOWNLOADS=never \
UV_PYTHON=python3.12 \
UV_PROJECT_ENVIRONMENT=/venv
UV_PROJECT_ENVIRONMENT=/venv \
PATH=/venv/bin:$PATH
COPY pyproject.toml /_lock/

# Synchronize DEPENDENCIES without the application itself.
Expand Down

0 comments on commit 26af2f0

Please sign in to comment.