mirror of
https://github.com/demostf/proxy
synced 2026-06-03 12:04:07 +02:00
5 lines
107 B
Docker
5 lines
107 B
Docker
FROM staticfloat/nginx-certbot
|
|
COPY nginx.conf /
|
|
COPY entrypoint.sh /
|
|
|
|
CMD ["/bin/bash", "/entrypoint.sh"]
|