Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
itchibli committed Mar 19, 2024
1 parent c8bed56 commit 823d8ec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
FROM python:3.9

RUN addgroup -S nonroot \
&& adduser -S nonroot -G nonroot

USER nonroot

WORKDIR /code

COPY ./setup.py /code/setup.py
Expand Down

0 comments on commit 823d8ec

Please sign in to comment.