File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -32,3 +32,4 @@ volumes:
3232
3333networks :
3434 cop-net :
35+ driver : bridge
Original file line number Diff line number Diff line change 1111 ],
1212 "scripts" : {
1313 "docker:stop" : " docker-compose stop" ,
14- "docker:down" : " docker-compose down" ,
15- "docker:build" : " docker-compose build" ,
16- "docker:run" : " docker-compose up" ,
14+ "docker:down" : " docker-compose down --volumes --remove-orphans " ,
15+ "docker:build" : " docker-compose build --no-cache " ,
16+ "docker:run" : " docker-compose up --build " ,
1717 "docker:start" : " docker-compose up --build -d" ,
18- "docker:start:all" : " npm run docker:build && npm run docker:start" ,
18+ "docker:logs" : " docker-compose logs -f" ,
19+ "docker:restart:all" : " npm run docker:down && npm run docker:start" ,
20+ "docker:prune" : " docker system prune --volumes --force" ,
1921 "build" : " tsc" ,
2022 "test" : " mocha --config .mochar.json" ,
2123 "clean" : " rm -rf dist" ,
You can’t perform that action at this time.
0 commit comments