diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..425974e4f9c067e4b010a648ae8dec061cb18e67_RG9ja2VyZmlsZQ== --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM nginx + +RUN echo 'hello world' > /usr/share/nginx/html/index.html \ No newline at end of file