cdn/Dockerfile
Constantin Simonis 5f3725b72a
All checks were successful
build / build (push) Successful in 34s
dockerize maybe
2025-01-16 16:46:47 +01:00

5 lines
85 B
Docker

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