Skip to content

Commit ad68fc1

Browse files
committed
Build pages with one command
1 parent 3cd9a04 commit ad68fc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22
services:
33
docs:
44
build: .
5-
command: yarn redoc
5+
command: sh -c "yarn index && yarn redoc"
66
volumes:
77
- .:/root/docs
88
- /root/docs/node_modules

0 commit comments

Comments
 (0)