fix: workaround npm multi-platform build bug
rolls back build CI/CD to ARM64-only
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user