web/Dockerfile
2025-01-17 20:35:14 -05:00

4 lines
124 B
Docker

FROM alpine:latest
RUN apk add --no-cache nginx
COPY /source /usr/share/nginx/html
COPY nginx.conf /etc/nginx/nginx.conf