feat(release): Setup automatic docker build
This commit is contained in:
parent
a3c1bae6db
commit
d5f5fe5f1a
8 changed files with 79 additions and 5 deletions
|
|
@ -30,6 +30,7 @@ export class Services {
|
|||
container.set<Logger>(logger, 'logger');
|
||||
|
||||
const database = new DatabaseConnection(env.database);
|
||||
database.connect()
|
||||
container.set<DatabaseConnection>(database);
|
||||
|
||||
const eventHandler = new EventHandler();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue