sun-pc 2 months ago
parent
commit
fcb13b1506
1 changed files with 1 additions and 1 deletions
  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"]