mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-28 11:49:39 -05:00
override api host with build arg
This commit is contained in:
@@ -5,6 +5,9 @@ WORKDIR /app
|
||||
COPY ./frontend ./frontend
|
||||
COPY ./client/core/ts ./client
|
||||
|
||||
ARG VITE_MONITOR_HOST
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user