Explorar o código

添加 'chenghongxi/Dockerfile'

chenghongxi %!s(int64=4) %!d(string=hai) anos
pai
achega
50b0c13b99
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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" ]