Compare commits
2 Commits
d5d2fa5836
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 8e47a3bc8a | |||
| eb0c5e1580 |
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
app:
|
||||
image: chiko/77th_eventcalendarntfy:v0.1.5
|
||||
image: chiko/77th_eventcalendarntfy:v0.1.6
|
||||
build: .
|
||||
volumes:
|
||||
- ./data/db:/opt/app/data/db
|
||||
|
||||
@@ -35,7 +35,7 @@ for var in "${env_vars[@]}"; do
|
||||
done
|
||||
|
||||
export PATH="/root/.bun/bin:$PATH"
|
||||
bun run /opt/app/src/app.ts --today
|
||||
bun run /opt/app/src/app.ts
|
||||
|
||||
# Start cron in foreground
|
||||
exec cron -f
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.6",
|
||||
"name": "77th_eventcalendarnotification",
|
||||
"module": "./src/app.ts",
|
||||
"type": "module",
|
||||
|
||||
Reference in New Issue
Block a user