cdn/Dockerfile

5 lines
85 B
Docker
Raw Normal View History

2025-01-16 16:46:20 +01:00
FROM nginx:latest
COPY src /usr/share/nginx/html
CMD ["nginx", "-g", "daemon off;"]