mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
fix default PORT
This commit is contained in:
@@ -11,6 +11,6 @@ ENV VITE_MONITOR_HOST ${VITE_MONITOR_HOST}
|
||||
RUN cd client && yarn && yarn build && yarn link
|
||||
RUN cd frontend && yarn link @monitor/client && yarn && yarn build
|
||||
|
||||
ENV PORT 4174;
|
||||
ENV PORT 4174
|
||||
|
||||
CMD cd frontend && yarn preview --host --port ${PORT}
|
||||
Reference in New Issue
Block a user