Update Dockerfile
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
d9c56121f9
commit
86bab6a3f4
1 changed files with 4 additions and 1 deletions
|
@ -116,7 +116,10 @@ LABEL com.centurylinklabs.watchtower.monitor-only="true"
|
||||||
ENV NODE_ENV=production \
|
ENV NODE_ENV=production \
|
||||||
NODE_CONFIG_DIR=/data/etc/npm \
|
NODE_CONFIG_DIR=/data/etc/npm \
|
||||||
DB_SQLITE_FILE=/data/etc/npm/database.sqlite
|
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 \
|
ENV PUID=0 \
|
||||||
PGID=0 \
|
PGID=0 \
|
||||||
NIBEP=48693 \
|
NIBEP=48693 \
|
||||||
|
|
Loading…
Reference in a new issue