caipin 4 years atrás
parent
commit
60c833c87b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      deployment/Dockerfile

+ 3 - 3
deployment/Dockerfile

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