Skip to content
Snippets Groups Projects
Unverified Commit 107cbac9 authored by Marie's avatar Marie Committed by GitHub
Browse files

fix: tini location

parent 8fc31107
No related branches found
No related tags found
No related merge requests found
......@@ -58,5 +58,5 @@ COPY packages/misskey-js/package.json ./packages/misskey-js/package.json
ENV NODE_ENV=production
RUN corepack enable
ENTRYPOINT ["/usr/bin/tini", "--"]
ENTRYPOINT ["/sbin/tini", "--"]
CMD ["pnpm", "run", "migrateandstart"]
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