1
0
forked from sites/cdn
Files
cdn/Dockerfile
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;"]