1
0
Fork 0

feat: allows to change the Pilot URL in the web UI in dev mode

This commit is contained in:
Pierre Erraud 2020-09-07 10:22:03 +02:00 committed by GitHub
parent 3678bd5a93
commit 1dbee90d34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

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