mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Dockerfile: disable archives by default
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -3,8 +3,6 @@ services:
|
||||
docs:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
- ENABLE_ARCHIVES=false
|
||||
image: docs/docstage
|
||||
ports:
|
||||
- "4000:4000"
|
||||
|
||||
Reference in New Issue
Block a user