mirror of
https://github.com/Tony0410/quietthanks.git
synced 2026-05-25 05:41:38 +08:00
Implement server-side push notifications with scheduler and always-remind option
This commit is contained in:
@@ -28,6 +28,8 @@ FROM node:20-alpine AS runner
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache tzdata
|
||||
|
||||
ENV NODE_ENV=production
|
||||
ENV DATABASE_PATH=/app/data/quietthanks.db
|
||||
|
||||
|
||||
Reference in New Issue
Block a user