simonis.lol/Dockerfile
Constantin Simonis 46c9b5f68c
Some checks failed
build / build (push) Has been cancelled
dockerize maybe
2025-01-16 16:56:27 +01:00

6 lines
86 B
Docker

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