Implement proof of concept push notifications
This commit is contained in:
parent
e3210afe3a
commit
6007f4caeb
13 changed files with 407 additions and 1 deletions
|
@ -34,6 +34,7 @@ COPY --from=builder /app/public ./public
|
|||
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
|
||||
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
|
||||
COPY --chown=nextjs:nodejs schedule.json .
|
||||
RUN echo '[]' > push-subscriptions.json && chown nextjs:nodejs push-subscriptions.json
|
||||
|
||||
USER nextjs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue