From 86bab6a3f460528702221d971504bc63b9b65561 Mon Sep 17 00:00:00 2001 From: Zoey Date: Sat, 5 Oct 2024 08:24:39 +0200 Subject: [PATCH] Update Dockerfile Signed-off-by: Zoey --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 44a13e87a..25cae170d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -116,7 +116,10 @@ LABEL com.centurylinklabs.watchtower.monitor-only="true" ENV NODE_ENV=production \ NODE_CONFIG_DIR=/data/etc/npm \ DB_SQLITE_FILE=/data/etc/npm/database.sqlite -ENV PYTHONWARNINGS=ignore # until https://github.com/certbot/certbot/issues/9967 is closed + +# until https://github.com/certbot/certbot/issues/9967 is closed +ENV PYTHONWARNINGS=ignore + ENV PUID=0 \ PGID=0 \ NIBEP=48693 \