caipin 4 vuotta sitten
vanhempi
commit
fb3cc218c4
1 muutettua tiedostoa jossa 8 lisäystä ja 1 poistoa
  1. 8 1
      deployment/Dockerfile

+ 8 - 1
deployment/Dockerfile

@@ -7,8 +7,15 @@ FROM alpine:3.13
 
 #  ADD /bin/construction_management /
 # ADD /bin/ /
+# RUN chmod 777 /construction_management
+# ENV PARAMS=""
+
+# EXPOSE 6060
+
+# ENTRYPOINT ["sh","-c","/go/bin/construction_management $PARAMS"]
+
 ADD /bin/ /go/bin/
-RUN chmod 777 /construction_management
+RUN chmod 777 /go/bin/construction_management
 ENV PARAMS=""
 
 EXPOSE 6060