Build with Dockerfile works now

This commit is contained in:
2025-10-20 17:00:41 +02:00
parent ae9ae46fea
commit 966353de3e
2 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
{
"version": "0.1.0",
"name": "eventcalender",
"module": "./src/app.ts",
"type": "module",
@@ -11,7 +12,8 @@
"dev:init": "bun run ./src/app.ts --init",
"db:init": "bun run ./run/db_init.ts",
"db:deleteall": "bun run ./run/db_deleteall.ts",
"build": "bun build ./src/app.ts --compile --outfile ./build/77th_event_calendar_notification"
"build": "bun build ./src/app.ts --compile --outfile ./build/77th_event_calendar_notification",
"docker:build": "docker build -t chiko/77th_eventcalendarntfy:0.1.0 ."
},
"peerDependencies": {
"typescript": "^5"