blumonilr %!s(int64=5) %!d(string=hai) anos
pai
achega
6d0b4d8c1e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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", "localhost:5000", "app:app"]
+CMD ["gunicorn","-w", "1", "-b", "0.0.0.0:5000", "app:app"]