fix: use serve temporarily to regenerate dist based on user's .env
This commit is contained in:
@@ -27,4 +27,4 @@ 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"]
|
||||
CMD ["npm", "run", "serve", "--", "--host", "0.0.0.0", "--port", "6568"]
|
||||
|
||||
Reference in New Issue
Block a user