chore(server): faster shutdown (#5577)

* chore(server): faster shutdown

* fix: e2e test entrypoint
This commit is contained in:
Jason Rasmussen
2023-12-08 21:58:07 -05:00
committed by GitHub
parent 92b4284b5a
commit 6acd8eb4ba
4 changed files with 8 additions and 3 deletions

View File

@@ -9,7 +9,8 @@ services:
context: ../
dockerfile: server/Dockerfile
target: dev
command: npm run test:e2e
entrypoint: [ "/usr/local/bin/npm", "run" ]
command: test:e2e
volumes:
- ../server:/usr/src/app
- /usr/src/app/node_modules