Skip to content

Commit b6dfd14

Browse files
committed
add config override to docker-compose.dev.yml
1 parent 912a8cd commit b6dfd14

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docker-compose.dev.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ services:
66
context: .
77
ports:
88
- "3000:3000"
9+
command:
10+
- node
11+
- dist/backend/app.js
12+
- -c
13+
- docs-config.yaml
14+
- -c
15+
- docs-config.local.yaml
916
volumes:
1017
- ./uploads:/usr/src/app/uploads
1118
- ./db:/usr/src/app/db

0 commit comments

Comments
 (0)