mirror of
https://github.com/demostf/proxy
synced 2026-06-03 20:14:07 +02:00
6 lines
130 B
Docker
6 lines
130 B
Docker
FROM staticfloat/nginx-certbot
|
|
COPY nginx.conf /
|
|
COPY entrypoint.sh /
|
|
COPY 413.html /var/www
|
|
|
|
CMD ["/bin/bash", "/entrypoint.sh"]
|