From 758ed8b8822d7dc8a50a5ed0a4e11af0fe52bb93 Mon Sep 17 00:00:00 2001 From: Domingo Dirutigliano Date: Sun, 3 Jul 2022 12:27:55 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index ad0eb42..a04d23b 100755 --- a/Dockerfile +++ b/Dockerfile @@ -23,10 +23,6 @@ RUN c++ -O3 -march=native $GCC_PARAMS -o proxy/proxy proxy/proxy.cpp -pthread -l COPY ./backend/ /execute/ COPY ./frontend/build/ ./frontend/ -RUN usermod -a -G root nobody -RUN chown -R nobody:root /execute && \ - chmod -R 660 /execute && chmod -R u+X /execute - RUN chmod ug+x /execute/proxy/proxy ENTRYPOINT ["python3", "app.py", "DOCKER"]