diff --git a/Dockerfile b/Dockerfile index cf6d668..7de2911 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ RUN yarn install COPY public /app/public COPY src /app/src +ARG REACT_APP_APIURI=https://amber.h.tdem.in/api RUN yarn build FROM nginx:1.16-alpine AS release