Hosting works
All checks were successful
Build and Push Container / build-and-push (push) Successful in 17s

This commit is contained in:
2026-05-05 06:38:47 -04:00
parent bf41eccce1
commit fea9449d40
4 changed files with 10 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
FROM docker.io/library/nginx:alpine
COPY . /usr/share/nginx/html
EXPOSE 8080
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]