Skip to content
Snippets Groups Projects
Commit fb4a921c authored by かひわし4(バージョン1)'s avatar かひわし4(バージョン1) Committed by syuilo
Browse files

Docker: Add support for service worker (#4296)

Service worker requires web-push package.
parent 683b2422
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment