Skip to content

Commit 3a9e9c0

Browse files
committed
update start:mock_backend command
1 parent cde619e commit 3a9e9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919

2020
mooc-backend:
2121
<<: *default-app
22-
command: bash -c "npm run build && npm run start"
22+
command: bash -c "npm run build && npm run start:mooc:backend"
2323
ports:
2424
- 3000:3000
2525

0 commit comments

Comments
 (0)