poire.dev/website/docker/Dockerfile
Aram Peres 84de642ee7
All checks were successful
/ build (push) Successful in 18s
Fix registry
2025-08-23 02:54:24 -04:00

3 lines
122 B
Docker

FROM docker.io/library/nginx:alpine
COPY src/ /usr/share/nginx/html
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf