diff --git a/config/nginx.conf b/config/nginx.conf new file mode 100644 index 0000000..e69de29 diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..96ff517 --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,7 @@ +services: + nginx: + image: nginx + ports: + - 8000:80 + volumes: + - ./src:/usr/share/nginx/html \ No newline at end of file diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..9354610 --- /dev/null +++ b/src/index.html @@ -0,0 +1,11 @@ + + +
+ + +