caipin 4 年之前
父節點
當前提交
60c833c87b
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      deployment/Dockerfile

+ 3 - 3
deployment/Dockerfile

@@ -5,8 +5,8 @@
 
 FROM centos:7
 
-ADD ../web/main /
-RUN chmod 777 /main
+ADD /bin/construction_management /
+RUN chmod 777 /construction_management
 ENV PARAMS=""
 
-ENTRYPOINT ["sh","-c","/main $PARAMS"]
+ENTRYPOINT ["sh","-c","/construction_management $PARAMS"]