diff --git a/frontend/Dockerfile b/frontend/Dockerfile new file mode 100644 index 0000000..fbf02e5 --- /dev/null +++ b/frontend/Dockerfile @@ -0,0 +1,3 @@ +FROM nginx:alpine +COPY frontend/index.html /usr/share/nginx/html/index.html +COPY nginx.conf /etc/nginx/conf.d/default.conf