Build with Dockerfile works now
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user