summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMarie <marie@kaifa.ch>2023-12-08 02:44:53 +0100
committerGitHub <noreply@github.com>2023-12-08 02:44:53 +0100
commit107cbac914ee8d53c993a331f8e4cddaeb7534f9 (patch)
treef88b8983c9e5d30987f1181e828080b9d2d08f0e /Dockerfile
parentfix: include build tools (diff)
downloadsharkey-107cbac914ee8d53c993a331f8e4cddaeb7534f9.tar.gz
sharkey-107cbac914ee8d53c993a331f8e4cddaeb7534f9.tar.bz2
sharkey-107cbac914ee8d53c993a331f8e4cddaeb7534f9.zip
fix: tini location
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index a635ce5fdb..440c04e2df 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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"]