mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
6 lines
141 B
Bash
Executable File
6 lines
141 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd /usr/src/app/server || exit 1
|
|
npm install
|
|
node ./node_modules/.bin/nest start --debug "0.0.0.0:9230" --watch -- "$@"
|