We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df913b9 commit 9d68e5fCopy full SHA for 9d68e5f
1 file changed
nodata.Dockerfile
@@ -7,7 +7,7 @@ RUN useradd -ms /bin/bash hugitos
7
USER hugitos
8
WORKDIR /home/hugitos
9
10
-ENV PATH $PATH:/home/hugitos/.poetry/bin
+ENV PATH $PATH:/home/hugitos/.local/bin
11
12
RUN curl -sSL https://install.python-poetry.org | python -
13
0 commit comments