sun-pc 2 月之前
父節點
當前提交
fcb13b1506
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"]