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

feat(server): reset admin password using cli command in the server container (#928)

This commit is contained in:
Jason Rasmussen
2022-11-05 12:28:40 -04:00
committed by GitHub
parent dd8a4c0c56
commit 02bc84062e
9 changed files with 300 additions and 277 deletions

1
server/bin/cli.sh Executable file
View File

@ -0,0 +1 @@
node ./dist/apps/cli/apps/cli/src/immich "$@"