Docker: Add support for service worker (#4296)
Service worker requires web-push package.
This commit is contained in:
parent
683b242215
commit
fb4a921cd9
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ FROM base AS runner
|
|||
RUN apk add --no-cache \
|
||||
ffmpeg \
|
||||
tini
|
||||
RUN npm i -g web-push
|
||||
ENTRYPOINT ["/sbin/tini", "--"]
|
||||
|
||||
COPY --from=builder /misskey/node_modules ./node_modules
|
||||
|
|
Loading…
Reference in a new issue