We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b83121 commit 08cd813Copy full SHA for 08cd813
1 file changed
Dockerfile
@@ -41,7 +41,7 @@ COPY --from=buildstage /simplelogin/ /code/
41
42
WORKDIR /code
43
44
-ENV PATH="$HOME/.local/bin:/code/.venv/bin:$PATH"
+ENV PATH="/usr/bin:/code/.venv/bin:$PATH"
45
46
# Install deps
47
RUN \
0 commit comments