Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
fix: tini location
Browse files Browse the repository at this point in the history
  • Loading branch information
Mar0xy committed Dec 8, 2023
1 parent 8fc3110 commit 107cbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 107cbac

Please sign in to comment.