Skip to content

Commit 86bab6a

Browse files
authored
Update Dockerfile
Signed-off-by: Zoey <[email protected]>
1 parent d9c5612 commit 86bab6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,10 @@ LABEL com.centurylinklabs.watchtower.monitor-only="true"
116116
ENV NODE_ENV=production \
117117
NODE_CONFIG_DIR=/data/etc/npm \
118118
DB_SQLITE_FILE=/data/etc/npm/database.sqlite
119-
ENV PYTHONWARNINGS=ignore # until https://github.com/certbot/certbot/issues/9967 is closed
119+
120+
# until https://github.com/certbot/certbot/issues/9967 is closed
121+
ENV PYTHONWARNINGS=ignore
122+
120123
ENV PUID=0 \
121124
PGID=0 \
122125
NIBEP=48693 \

0 commit comments

Comments
 (0)