diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..e2eb626 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM nginx:1.25.4 + +# Copy the build output to replace the default nginx contents. + +COPY . /usr/share/nginx/html \ No newline at end of file diff --git a/index.html b/index.html index 1d03b9b..30080fd 100644 --- a/index.html +++ b/index.html @@ -7,8 +7,8 @@