Преглед на файлове

添加 'chenghongxi/Dockerfile'

chenghongxi преди 4 години
родител
ревизия
50b0c13b99
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  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" ]