dragonflight/services/web-ui/Dockerfile

5 lines
111 B
Text
Raw Normal View History

2026-04-07 21:58:21 -04:00
FROM nginx:alpine
COPY public/ /usr/share/nginx/html/
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80