mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
feat(server): reset admin password using cli command in the server container (#928)
This commit is contained in:
7
server/apps/cli/src/immich.ts
Executable file
7
server/apps/cli/src/immich.ts
Executable file
@@ -0,0 +1,7 @@
|
||||
import { CommandFactory } from 'nest-commander';
|
||||
import { AppModule } from './app.module';
|
||||
|
||||
async function bootstrap() {
|
||||
await CommandFactory.run(AppModule, ['warn', 'error']);
|
||||
}
|
||||
bootstrap();
|
||||
Reference in New Issue
Block a user