Selaa lähdekoodia

Update Dockerfile

haha 3 vuotta sitten
vanhempi
commit
85eaad9916
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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"]
+CMD ["gunicorn","-w", "1", "-b", "0.0.0.0:5000", "app:app","--capture-output"]