diff --git a/Dockerfile b/Dockerfile index 6674f6b355..e8ff0cb861 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index dcbf74bae5..598c5358b8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,8 +3,6 @@ services: docs: build: context: . - args: - - ENABLE_ARCHIVES=false image: docs/docstage ports: - "4000:4000"