mirror of https://github.com/docker/docs.git
Merge pull request #10342 from thaJeztah/improve_compose
Improve building docs with compose
This commit is contained in:
commit
787e383322
|
@ -1,11 +1,10 @@
|
|||
version: "2"
|
||||
version: "3.7"
|
||||
services:
|
||||
docs:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
- ENABLE_ARCHIVES=false
|
||||
image: docs/docstage
|
||||
ports:
|
||||
- "4000:4000"
|
||||
volumes:
|
||||
- "./:/usr/src/app"
|
||||
|
|
Loading…
Reference in New Issue