sun-pc 2 hónapja
szülő
commit
fcb13b1506
1 módosított fájl, 1 hozzáadás és 1 törlés
  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"]