mirror of https://github.com/docker/docs.git
Dockerfile: disable archives by default
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
86e6750061
commit
3f7cab652d
|
@ -19,7 +19,7 @@ ARG ENGINE_BRANCH="19.03"
|
||||||
ARG DISTRIBUTION_BRANCH="release/2.7"
|
ARG DISTRIBUTION_BRANCH="release/2.7"
|
||||||
|
|
||||||
# Set to "false" to build the documentation without archives
|
# 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
|
# Set up base stages for building and deploying
|
||||||
|
|
|
@ -3,8 +3,6 @@ services:
|
||||||
docs:
|
docs:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
args:
|
|
||||||
- ENABLE_ARCHIVES=false
|
|
||||||
image: docs/docstage
|
image: docs/docstage
|
||||||
ports:
|
ports:
|
||||||
- "4000:4000"
|
- "4000:4000"
|
||||||
|
|
Loading…
Reference in New Issue