diff --git a/web-dashboard/Dockerfile b/web-dashboard/Dockerfile new file mode 100644 index 0000000..c7f2ae3 --- /dev/null +++ b/web-dashboard/Dockerfile @@ -0,0 +1,5 @@ +FROM nginx:alpine + +COPY web-dashboard/index.html /usr/share/nginx/html/index.html + +EXPOSE 80