add dev dockerfile
All checks were successful
build / build (push) Successful in 13s

This commit is contained in:
2025-02-21 11:24:46 +01:00
parent ecbe3c2b5c
commit eb7868e77e
2 changed files with 15 additions and 0 deletions

3
Dockerfile.dev Normal file
View File

@ -0,0 +1,3 @@
FROM nginx:latest
CMD ["nginx", "-g", "daemon off;"]