fix default PORT

This commit is contained in:
mbecker20
2024-04-08 02:19:25 -07:00
parent 77c8033d22
commit 634e895469

View File

@@ -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}