This website requires JavaScript.
Explore
Help
Sign In
c-l
/
immich
Watch
1
Star
0
Fork
You've already forked immich
0
mirror of
https://github.com/immich-app/immich.git
synced
2025-01-01 08:31:59 +00:00
Code
Releases
Activity
cb32b5cd7b
immich
/
server
/
bin
/
cli.sh
3 lines
68 B
Bash
Raw
Normal View
History
Unescape
Escape
fix: shebangs (#3643) Signed-off-by: lucasew <lucas59356@gmail.com>
2023-08-17 03:50:01 +00:00
#!/usr/bin/env bash
chore(server): update new CLI into the image (#5192)
2023-11-20 17:23:28 +00:00
node ./node_modules/@immich/cli/dist/index
"
$@
"
Copy permalink