mirror of
https://github.com/immich-app/immich.git
synced 2026-06-04 21:25:49 -04:00
feat(server): reset admin password using cli command in the server container (#928)
This commit is contained in:
Executable
+7
@@ -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