forked from github-starred/komodo
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