mirror of
https://github.com/demostf/proxy
synced 2026-06-03 12:04:07 +02:00
6 lines
156 B
Docker
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"]
|