diff options
| author | Marie <marie@kaifa.ch> | 2023-12-08 02:44:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-08 02:44:53 +0100 |
| commit | 107cbac914ee8d53c993a331f8e4cddaeb7534f9 (patch) | |
| tree | f88b8983c9e5d30987f1181e828080b9d2d08f0e /Dockerfile | |
| parent | fix: include build tools (diff) | |
| download | sharkey-107cbac914ee8d53c993a331f8e4cddaeb7534f9.tar.gz sharkey-107cbac914ee8d53c993a331f8e4cddaeb7534f9.tar.bz2 sharkey-107cbac914ee8d53c993a331f8e4cddaeb7534f9.zip | |
fix: tini location
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
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"] |