Update Dockerfile
This commit is contained in:
parent
6a64a943b1
commit
f792a3ae27
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ RUN ["pip", "install", "pycryptodome"]
|
|||
RUN ["pip", "install", "watchdog"]
|
||||
|
||||
RUN groupadd -g $GID -o flask
|
||||
RUN adduser -u $UID -g $GID --no-create-home flask
|
||||
RUN adduser -u $UID --gid $GID --no-create-home flask
|
||||
USER flask
|
||||
|
||||
WORKDIR /home/flask/server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue