caipin 4 years ago
parent
commit
6b683da2eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deployment/Dockerfile

+ 1 - 1
deployment/Dockerfile

@@ -12,7 +12,7 @@ ENV PARAMS=""
 
 EXPOSE 6060
 
-ENTRYPOINT ["sh","-c","/go/bin/construction_management $PARAMS"]
+ENTRYPOINT ["sh","-c","/construction_management $PARAMS"]
 
 # ADD /bin/ /go/bin/
 # RUN chmod 777 /go/bin/construction_management