sun-pc hace 2 meses
padre
commit
fcb13b1506
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -18,4 +18,4 @@ RUN pip install -r requirements.txt
 
 EXPOSE 5000
 
-CMD python3 main.py
+CMD ["python3","main.py"]