diff --git a/Dockerfile b/Dockerfile index 127ed43..ff7e303 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,8 @@ WORKDIR /app RUN yarn global add @quasar/cli # Set environment variables -ENV VITE_TARGO_BACKEND_URL="http://10.100.251.2:3420/" +ARG BACKEND_URL +ENV VITE_TARGO_BACKEND_URL=$BACKEND_URL # Copy the code COPY . .