1
0
Fork 0
mirror of synced 2024-06-01 10:09:49 +12:00

fix dockerfile syntax trailing slash

This commit is contained in:
Nick Sweeting 2024-02-08 06:17:51 -08:00
parent 777694eb1a
commit 95e866ce6d

View file

@ -267,7 +267,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=apt-$TARGETARCH$T
# Setup ArchiveBox runtime config
WORKDIR "$DATA_DIR"
ENV IN_DOCKER=True \
CUSTOM_TEMPLATES_DIR=/data/templates \
CUSTOM_TEMPLATES_DIR=/data/templates
## No need to set explicitly, these values will be autodetected by archivebox in docker:
# CHROME_SANDBOX=False \
# WGET_BINARY="wget" \