FIIIIXXXX
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m55s

This commit is contained in:
2026-06-10 20:04:34 -06:00
parent 16403b90eb
commit 57a3847d18

View File

@@ -1,4 +1,4 @@
FROM nginx:alpine FROM nginx:alpine
COPY index.html style.css /usr/share/nginx/html/ COPY . /usr/share/nginx/html/
EXPOSE 80 EXPOSE 80
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]