Skip to content
Snippets Groups Projects
Commit 3866bf76 authored by Xiao Gui's avatar Xiao Gui
Browse files

chore: added backend_url envvar

parent 0afe059a
No related branches found
No related tags found
No related merge requests found
FROM node:8 as builder
ARG BACKEND_URL
ENV BACKEND_URL=$BACKEND_URL
COPY . /iv
WORKDIR /iv
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment