Parcourir la source

添加 'chenghongxi/Dockerfile'

chenghongxi il y a 4 ans
Parent
commit
50b0c13b99
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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" ]