mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
The current target didn't have jekyll installed, so mounting the source-files didn't do anything. This patch removes the bind-mount. Alternatively, we could switch back to using a jekyll stage (with automatic rebuilding). Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
11 lines
160 B
YAML
11 lines
160 B
YAML
version: "3.7"
|
|
services:
|
|
docs:
|
|
build:
|
|
context: .
|
|
args:
|
|
- ENABLE_ARCHIVES=false
|
|
image: docs/docstage
|
|
ports:
|
|
- "4000:4000"
|