diff --git a/.env b/.env new file mode 100644 index 0000000000..eb273265f8 --- /dev/null +++ b/.env @@ -0,0 +1,2 @@ +COMPOSE_DOCKER_CLI_BUILD=1 +DOCKER_BUILDKIT=1 diff --git a/docker-compose.yml b/docker-compose.yml index f6e8fedd65..dcbf74bae5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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"