Skip to content
Snippets Groups Projects
Unverified Commit 82bfef90 authored by Marie's avatar Marie Committed by GitHub
Browse files

fix: use bash

parent ad9ff38d
No related branches found
No related tags found
No related merge requests found
......@@ -98,4 +98,4 @@ ENV NODE_ENV=production
VOLUME "/sharkey/files"
HEALTHCHECK --interval=5s --retries=20 CMD ["/bin/bash", "/sharkey/healthcheck.sh"]
ENTRYPOINT ["/usr/bin/tini", "--"]
CMD ["pnpm", "run", "migrate", ";", "pnpm", "run", "dev"];
CMD ["/bin/bash", "-c", "pnpm run migrate && pnpm run dev"];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment