rm default nginx page
All checks were successful
build / build (push) Successful in 11s

This commit is contained in:
2025-01-23 13:30:37 +01:00
parent efa3fa567b
commit 5301b7831c
2 changed files with 15 additions and 0 deletions

View File

@ -1,5 +1,6 @@
FROM nginx:latest
COPY src /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf
CMD ["nginx", "-g", "daemon off;"]