Skip to content

Commit 08cd813

Browse files
committed
Fixing arm
1 parent 4b83121 commit 08cd813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ COPY --from=buildstage /simplelogin/ /code/
4141

4242
WORKDIR /code
4343

44-
ENV PATH="$HOME/.local/bin:/code/.venv/bin:$PATH"
44+
ENV PATH="/usr/bin:/code/.venv/bin:$PATH"
4545

4646
# Install deps
4747
RUN \

0 commit comments

Comments
 (0)