diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..6e8acef --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM nginx:alpine +COPY . /usr/share/nginx/html diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html index e69de29..73b1c2b 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,10 @@ + + + + + +
+

Hello World!

+
+ + \ No newline at end of file