Skip to content

Commit 73e5e5a

Browse files
committed
non root dockerfile
1 parent af10760 commit 73e5e5a

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
@@ -20,7 +20,7 @@ RUN adduser --system --group --home /home/nonroot nonroot
2020
ENV PATH="/home/nonroot/.local/bin:${PATH}"
2121
USER nonroot:nonroot
2222

23-
WORKDIR /app
23+
WORKDIR /home/nonroot/app
2424

2525
# python
2626
ENV PYTHONUNBUFFERED=1 \

0 commit comments

Comments
 (0)