export port 80
All checks were successful
Gitea Actions Demo / bake (push) Successful in 2m2s

This commit is contained in:
2025-03-07 21:53:04 -06:00
parent 9ddb30771d
commit ba81832164

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