fixing certbot

This commit is contained in:
2025-11-20 21:56:53 +00:00
parent d8aa357414
commit dc09ddefca
2 changed files with 11 additions and 3 deletions

View File

@@ -13,7 +13,5 @@ RUN apt-get update && apt-get install -y gettext-base
# Replace variables at build time
ENV BACKEND_HOST=backend
ENV DOMAIN=example.com
ENV CERT_PATH=/etc/letsencrypt/live/$DOMAIN
ENTRYPOINT ["/entrypoint.sh"]