We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93540eb commit 21ec55eCopy full SHA for 21ec55e
docker-examples/poetry-multistage/Dockerfile
@@ -8,7 +8,7 @@ ENV POETRY_VIRTUALENVS_IN_PROJECT=1
8
ENV POETRY_VIRTUALENVS_CREATE=1
9
ENV PYTHONDONTWRITEBYTECODE=1
10
ENV PYTHONUNBUFFERED=1
11
-# Tell Poetry where to place its cache and virtual environment
+# Tell Poetry where to place its cache
12
ENV POETRY_CACHE_DIR=/opt/.cache
13
14
RUN pip install "poetry==${POETRY_VERSION}"
0 commit comments