Update Dockerfile

This commit is contained in:
Gergely Hegedis 2024-10-08 15:37:41 +03:00 committed by GitHub
parent 6a64a943b1
commit f792a3ae27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ RUN ["pip", "install", "pycryptodome"]
RUN ["pip", "install", "watchdog"] RUN ["pip", "install", "watchdog"]
RUN groupadd -g $GID -o flask 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 USER flask
WORKDIR /home/flask/server WORKDIR /home/flask/server