mirror of https://github.com/immich-app/immich.git
chore(server): faster shutdown (#5577)
* chore(server): faster shutdown * fix: e2e test entrypointpull/5587/head
parent
92b4284b5a
commit
6acd8eb4ba
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
node /usr/src/app/node_modules/.bin/nest start --debug "0.0.0.0:9230" --watch -- "$@"
|
||||
Loading…
Reference in New Issue