mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-18 00:54:26 -04: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
|
# Setup ArchiveBox runtime config
|
||||||
WORKDIR "$DATA_DIR"
|
WORKDIR "$DATA_DIR"
|
||||||
ENV IN_DOCKER=True \
|
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:
|
## No need to set explicitly, these values will be autodetected by archivebox in docker:
|
||||||
# CHROME_SANDBOX=False \
|
# CHROME_SANDBOX=False \
|
||||||
# WGET_BINARY="wget" \
|
# WGET_BINARY="wget" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue