simonis.lol/Dockerfile
Constantin Simonis 3ea6c4c5b9
All checks were successful
build / build (push) Successful in 9s
dockerize maybe
2025-01-16 16:56:39 +01:00

6 lines
86 B
Docker

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