We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde619e commit 3a9e9c0Copy full SHA for 3a9e9c0
docker-compose.yml
@@ -19,7 +19,7 @@ services:
19
20
mooc-backend:
21
<<: *default-app
22
- command: bash -c "npm run build && npm run start"
+ command: bash -c "npm run build && npm run start:mooc:backend"
23
ports:
24
- 3000:3000
25
0 commit comments