Compare commits

..

1 Commits

Author SHA1 Message Date
ba81832164 export port 80
All checks were successful
Gitea Actions Demo / bake (push) Successful in 2m2s
2025-03-07 21:57:29 -06:00

View File

@ -2,3 +2,4 @@ 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