mirror of
https://github.com/immich-app/immich.git
synced 2025-12-29 09:14:59 +03:00
fix(server): immich command (#5408)
* fix: immich command * chore: use absolute paths
This commit is contained in:
@@ -32,4 +32,4 @@ if [ "$REDIS_PASSWORD_FILE" ]; then
|
||||
unset REDIS_PASSWORD_FILE
|
||||
fi
|
||||
|
||||
exec node dist/main $@
|
||||
exec node /usr/src/app/dist/main $@
|
||||
|
||||
Reference in New Issue
Block a user