mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 23:33:09 +02:00
fix: tini location
This commit is contained in:
parent
8fc31107b8
commit
107cbac914
1 changed files with 1 additions and 1 deletions
|
@ -58,5 +58,5 @@ COPY packages/misskey-js/package.json ./packages/misskey-js/package.json
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
RUN corepack enable
|
RUN corepack enable
|
||||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
ENTRYPOINT ["/sbin/tini", "--"]
|
||||||
CMD ["pnpm", "run", "migrateandstart"]
|
CMD ["pnpm", "run", "migrateandstart"]
|
||||||
|
|
Loading…
Reference in a new issue