chore: dockerize app and automate database initialization

This commit is contained in:
andil
2026-08-04 11:45:04 +00:00
parent 8e00161a75
commit d6ceefdeda
9 changed files with 229 additions and 14 deletions

View File

@@ -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": "",