mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
Docker: Add support for service worker (#4296)
Service worker requires web-push package.
This commit is contained in:
parent
b80c3525a1
commit
ddf8165a7b
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