Dockerfile: disable archives by default

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-06-18 11:17:51 +02:00
parent 86e6750061
commit 3f7cab652d
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
2 changed files with 1 additions and 3 deletions

View File

@ -19,7 +19,7 @@ ARG ENGINE_BRANCH="19.03"
ARG DISTRIBUTION_BRANCH="release/2.7"
# Set to "false" to build the documentation without archives
ARG ENABLE_ARCHIVES=true
ARG ENABLE_ARCHIVES=false
###
# Set up base stages for building and deploying

View File

@ -3,8 +3,6 @@ services:
docs:
build:
context: .
args:
- ENABLE_ARCHIVES=false
image: docs/docstage
ports:
- "4000:4000"