chore: dockerize app and automate database initialization
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"generate:tickets": "node src/scripts/generateTickets.js",
|
||||
"test": "jest --runInBand",
|
||||
"test:watch": "jest --watch",
|
||||
"test:coverage": "jest --coverage"
|
||||
"test:coverage": "jest --coverage",
|
||||
"init:db": "node src/scripts/initDatabase.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
||||
Reference in New Issue
Block a user