Revert "Fix tini path in Dockerfile"

This reverts commit a07a585cdb.
This commit is contained in:
Sal Rahman 2023-08-21 09:52:09 -07:00
parent 8fc03d9cb0
commit c59e0a266c
1 changed files with 1 additions and 1 deletions

View File

@ -74,5 +74,5 @@ COPY --from=build /firefish/packages/backend/native-utils/built /firefish/packag
RUN corepack enable && corepack prepare pnpm@latest --activate
ENV NODE_ENV=production
VOLUME "/firefish/files"
ENTRYPOINT [ "/usr/bin/tini", "--" ]
ENTRYPOINT [ "/sbin/tini", "--" ]
CMD [ "pnpm", "run", "migrateandstart" ]