Files
SuperSunday/frontend/Dockerfile
2025-08-24 14:49:43 +00:00

3 lines
106 B
Docker

FROM nginx:alpine
COPY nginx/default.conf /etc/nginx/conf.d/default.conf
COPY public /usr/share/nginx/html