fix: workaround npm multi-platform build bug
Some checks failed
Build and push Docker image / build (push) Failing after 1m26s
Update changelog / changelog (push) Has been cancelled
Release new version / release (push) Has been cancelled

rolls back build CI/CD to ARM64-only
This commit is contained in:
2026-01-20 22:14:03 +01:00
parent 0afbdaf7f8
commit f2948eeebe
2 changed files with 17 additions and 25 deletions

View File

@@ -24,4 +24,7 @@ USER nodejs
EXPOSE 6568
# Since we don't know user's .env ahead of time, kittyFE needs to
# rebuild itself every launch so that the changes in .env get reflected.
# This is not ideal and we're looking into possible ways to improve this.
CMD ["npm", "run", "preview", "--", "--host", "0.0.0.0", "--port", "6568"]