Skip to content

Commit

Permalink
Merge pull request #418 from akatsoulas/fix-prod-build
Browse files Browse the repository at this point in the history
Fix build for prod image
  • Loading branch information
akatsoulas authored Dec 21, 2023
2 parents 92f2abc + 6bbea7f commit bdda473
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ RUN apt-get update; \

ENV PORT=8000 \
PATH=/opt/pysetup/.venv/bin:$PATH \
POETRY_HOME=/opt/poetry \
VENV_PATH=/opt/pysetup/.venv

COPY --from=base $POETRY_HOME $POETRY_HOME
COPY --from=base $VENV_PATH $VENV_PATH
COPY pyproject.toml poetry.lock ./

Expand Down

0 comments on commit bdda473

Please sign in to comment.