Skip to content

Commit d4202a7

Browse files
author
Guy Davenport
committed
corrected docker compose
1 parent deb7669 commit d4202a7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docker/docker-compose.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
version: '2.5.1'
21
services:
32
build-docs:
4-
build: ..
3+
build: .
54
volumes:
65
- ../Specification:/src/Specification
76
- ../build:/src/build
87
working_dir: /src
9-
command: ["./Scripts/buildDocs.sh" ]
10-
8+
command: ["./Scripts/buildDocs.sh" ]

0 commit comments

Comments
 (0)