diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..e31ab44 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM nginx:1.25.4 + +# Copy the build output to replace the default nginx contents. + +COPY . /usr/share/nginx/html + +