diff --git a/webapp/Dockerfile b/webapp/Dockerfile index 9aee4d0..9de38e4 100644 --- a/webapp/Dockerfile +++ b/webapp/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /app #Install the dependencies RUN npm install -ARG API_URI="https://restapi.dededeals.es:5000" +ARG API_URI ENV REACT_APP_API_URI=$API_URI ARG PREFLIGHT_CHECK_SKIP=true