caas/caas.Dockerfile
Ryan Cavicchioni 33886c486f
All checks were successful
Gitea Actions Demo / bake (push) Successful in 1m55s
export port 80
2025-03-07 21:53:04 -06:00

6 lines
152 B
Docker

FROM nginx:latest
COPY cats /usr/share/nginx/html/cats
COPY nginx.conf /etc/nginx/nginx.conf
COPY default.conf /etc/nginx/conf.d/default.conf
EXPOSE 80