mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
Docker: Add support for service worker (#4296)
Service worker requires web-push package.
This commit is contained in:
parent
b80c3525a1
commit
ddf8165a7b
@ -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 New Issue
Block a user