mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
perf(app): working docker build stage, with github actions ci to push image
This commit is contained in:
@ -19,8 +19,6 @@ import { User } from '@/users/entities/user.entity';
|
||||
database: configService.get<string>('postgres.database'),
|
||||
synchronize: true,
|
||||
entities: [User, Resume],
|
||||
migrations: [__dirname + 'migrations'],
|
||||
cli: { migrationsDir: __dirname + 'migrations' },
|
||||
}),
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user