mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2025-02-16 21:38:33 +00:00
fix dockerfile syntax trailing slash
This commit is contained in:
parent
777694eb1a
commit
95e866ce6d
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Reference in a new issue