Skip to content

Commit 3409b56

Browse files
committed
Updated Dockerfile
1 parent f3c217e commit 3409b56

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
4343
pip install --upgrade --no-cache-dir -r requirements.txt && \
4444
rm -rf get-pip.py ~/.cache
4545

46-
RUN chmod -R 777 /app
47-
48-
USER opensutd
46+
USER root
4947

5048
EXPOSE 8000

0 commit comments

Comments
 (0)