add services/web-ui/Dockerfile

This commit is contained in:
Zac Gaetano 2026-04-07 21:58:21 -04:00
parent 5bc6cf7c17
commit 9c4764cf78

View file

@ -0,0 +1,4 @@
FROM nginx:alpine
COPY public/ /usr/share/nginx/html/
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80