feat: allows to change the Pilot URL in the web UI in dev mode
This commit is contained in:
parent
3678bd5a93
commit
1dbee90d34
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
FROM node:12.18
|
||||
|
||||
ENV WEBUI_DIR /src/webui
|
||||
ARG ARG_PLATFORM_URL=https://pilot.traefik.io
|
||||
ENV PLATFORM_URL=${ARG_PLATFORM_URL}
|
||||
RUN mkdir -p $WEBUI_DIR
|
||||
|
||||
COPY package.json $WEBUI_DIR/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue