simonis.lol/Dockerfile

6 lines
86 B
Docker
Raw Normal View History

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