add web-dashboard/Dockerfile

This commit is contained in:
Giuseppe Lombardo 2026-08-12 16:46:21 +00:00
parent 1a2701576f
commit 35b887d954

5
web-dashboard/Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM nginx:alpine
COPY web-dashboard/index.html /usr/share/nginx/html/index.html
EXPOSE 80