1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-07 23:03:36 +02:00

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
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 "$@"