ci: Minor dev build fixes

This commit is contained in:
2026-07-23 15:46:14 +05:30
parent affee4a733
commit e09b603d14
3 changed files with 67 additions and 1 deletions

View File

@@ -15,4 +15,4 @@ RUN apt-get update -qq && \
EXPOSE 3000
# We run a shell command or script to handle mounting sync + pnpm install fallback
CMD ["pnpm", "--filter", "@omnia/gui", "dev", "--turbopack"]
CMD ["sh", "-c", "pnpm install && pnpm build && pnpm --filter @omnia/gui dev --turbopack"]