chore(server): update new CLI into the image (#5192)

This commit is contained in:
Alex 2023-11-20 11:23:28 -06:00 committed by GitHub
parent ddf04a7eb4
commit cb32b5cd7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 82 additions and 251 deletions

View file

@ -1,2 +1,2 @@
#!/usr/bin/env bash
node ./node_modules/immich/bin/index "$@"
node ./node_modules/@immich/cli/dist/index "$@"