We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd9a04 commit ad68fc1Copy full SHA for ad68fc1
1 file changed
docker-compose.yml
@@ -2,7 +2,7 @@ version: '3'
2
services:
3
docs:
4
build: .
5
- command: yarn redoc
+ command: sh -c "yarn index && yarn redoc"
6
volumes:
7
- .:/root/docs
8
- /root/docs/node_modules
0 commit comments