dockerize maybe
All checks were successful
build / build (push) Successful in 9s

This commit is contained in:
2025-01-16 16:55:58 +01:00
parent 7d84e2cf6d
commit 3ea6c4c5b9
5 changed files with 23 additions and 0 deletions

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM nginx:latest
COPY src /usr/share/nginx/html
CMD ["nginx", "-g", "daemon off;"]