caas/caas.Dockerfile
Ryan Cavicchioni ba81832164
All checks were successful
Gitea Actions Demo / bake (push) Successful in 2m2s
export port 80
2025-03-07 21:57:29 -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