Parcourir la source

Update Dockerfile

haha il y a 3 ans
Parent
commit
4b88680f61
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -19,5 +19,5 @@ RUN pip3 install virtualenv \
 RUN cd /home/SEEC-Judge \
     && python3 setup.py install
 WORKDIR /home/SEEC-Judge/web
-CMD ["gunicorn","-w", "1", "-b", "0.0.0.0:5000", "app:app","--access-logfile","acc.log","--error-logfile","err.log","--log-level","debug"]
+CMD ["gunicorn","-w", "1", "-b", "0.0.0.0:5000", "app:app"]