web/Dockerfile
2025-01-17 20:25:45 -05:00

3 lines
100 B
Docker

FROM nginx:latest-alpine
COPY /source /usr/share/nginx/html
COPY nginx.conf /etc/nginx/nginx.conf