1
0
Fork 0
mirror of https://github.com/demostf/proxy synced 2026-06-03 12:04:07 +02:00
proxy/Dockerfile
2022-01-23 17:09:30 +01:00

6 lines
126 B
Docker

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