caipin 3 năm trước cách đây
mục cha
commit
ca947a83fc
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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