fix(server): immich command (#5408)

* fix: immich command

* chore: use absolute paths
This commit is contained in:
Jason Rasmussen
2023-11-30 15:59:47 -05:00
committed by GitHub
parent 5e55a17b2a
commit 6e365b37db
15 changed files with 11 additions and 18 deletions

View File

@@ -1,2 +0,0 @@
#!/usr/bin/env sh
./start.sh admin-cli $1

View File

@@ -1,2 +0,0 @@
#!/usr/bin/env bash
npx immich "$@"

2
server/bin/immich Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
node /usr/src/app/node_modules/.bin/immich "$@"

2
server/bin/immich-admin Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env sh
/usr/src/app/start.sh immich-admin $1