simonis.lol/Dockerfile.dev
Constantin Simonis eb7868e77e
All checks were successful
build / build (push) Successful in 13s
add dev dockerfile
2025-02-21 11:24:46 +01:00

4 lines
54 B
Docker

FROM nginx:latest
CMD ["nginx", "-g", "daemon off;"]