Fixed dockerfile, added a docker-compose.yml, added db init function to run on every startup

This commit is contained in:
2025-10-20 23:12:38 +02:00
parent 966353de3e
commit fd0081d4d0
7 changed files with 28 additions and 11 deletions

2
Crontab Normal file
View File

@@ -0,0 +1,2 @@
0 8 * * * bun run ./src/app.ts --today > /dev/null 2>&1
0 * * * * bun run ./src/app.ts > /dev/null 2>&1