We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adda390 + ebc86d8 commit 787e383Copy full SHA for 787e383
.env
@@ -0,0 +1,2 @@
1
+COMPOSE_DOCKER_CLI_BUILD=1
2
+DOCKER_BUILDKIT=1
docker-compose.yml
@@ -1,11 +1,10 @@
-version: "2"
+version: "3.7"
services:
3
docs:
4
build:
5
context: .
6
- dockerfile: Dockerfile
+ args:
7
+ - ENABLE_ARCHIVES=false
8
image: docs/docstage
9
ports:
10
- "4000:4000"
- volumes:
11
- - "./:/usr/src/app"
0 commit comments