web/Dockerfile
2025-01-18 09:17:07 -05:00

4 lines
103 B
Docker

FROM nginx:latest
COPY /source /usr/share/nginx/html
COPY nginx.conf /etc/nginx/nginx.conf
EXPOSE 80