Merge branch 'jegler-develop-patch-08755' into 'develop'
Fix tini path in Dockerfile See merge request firefish/firefish!10571
This commit is contained in:
commit
dfc10a45fd
1 changed files with 1 additions and 1 deletions
|
@ -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 [ "/sbin/tini", "--" ]
|
||||
ENTRYPOINT [ "/usr/bin/tini", "--" ]
|
||||
CMD [ "pnpm", "run", "migrateandstart" ]
|
||||
|
|
Loading…
Reference in a new issue