Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wmuldergov committed Jan 3, 2025
1 parent bdc5217 commit 7df2e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:3.13-slim

# Set custom cache and virtualenv paths that are writable
ENV POETRY_CACHE_DIR=/app/.cache
ENV POETRY_VIRTUALENVS_PATH=/app/.virtualenvs
ENV POETRY_CACHE_DIR=/temp/.cache
ENV POETRY_VIRTUALENVS_PATH=/temp/.virtualenvs

WORKDIR /app

Expand Down

0 comments on commit 7df2e49

Please sign in to comment.