Browse Source

添加 'chenghongxi/Dockerfile'

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

+ 5 - 0
chenghongxi/Dockerfile

@@ -0,0 +1,5 @@
+FROM centos
+COPY hello_world.sh /usr/
+RUN chmod +x /usr/hello_world.sh
+WORKDIR /usr/
+CMD [ "sh", "hello_world.sh" ]