瀏覽代碼

添加 '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" ]