caipin 3 yıl önce
ebeveyn
işleme
ca947a83fc
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3 1
      deployment/Dockerfile

+ 3 - 1
deployment/Dockerfile

@@ -88,8 +88,10 @@
 # FROM centos:7
 FROM alpine:3.13
 
-COPY  ./bin/construction_management /
+# COPY  ./bin/construction_management /
+ADD /bin/ /
 RUN chmod 777 /construction_management
+RUN ls
 ENV PARAMS=""
 
 EXPOSE 6060