1
0
Fork 0
mirror of https://github.com/demostf/proxy synced 2026-06-03 12:04:07 +02:00
proxy/Dockerfile
2022-02-05 20:33:06 +01:00

6 lines
156 B
Docker

FROM jonasal/nginx-certbot
COPY entrypoint.sh site.conf /
COPY nginx.conf /etc/nginx/nginx.conf
COPY 413.html /var/www
CMD ["/bin/bash", "/entrypoint.sh"]