Files
simonis.lol/Dockerfile
2025-01-16 16:56:39 +01:00

6 lines
86 B
Docker

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