caipin 4 anos atrás
pai
commit
6b683da2eb
1 arquivos alterados com 1 adições e 1 exclusões
  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