caipin 4 năm trước cách đây
mục cha
commit
ed9fd3c12d
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      deployment/Dockerfile

+ 2 - 0
deployment/Dockerfile

@@ -9,4 +9,6 @@ ADD /bin/construction_management /
 RUN chmod 777 /construction_management
 ENV PARAMS=""
 
+EXPOSE 6060
+
 ENTRYPOINT ["sh","-c","/construction_management $PARAMS"]