diff --git a/results-tabulation-ui/Dockerfile b/results-tabulation-ui/Dockerfile index 60615be4..7732aa30 100644 --- a/results-tabulation-ui/Dockerfile +++ b/results-tabulation-ui/Dockerfile @@ -9,6 +9,7 @@ RUN npm install ENV REACT_APP_AUTH_APP_URL="https://tabulations.ecdev.opensource.lk" ENV REACT_APP_TABULATION_API_URL="https://apim-gateway.ecdev.opensource.lk/tabulation/0.1.0" ENV REACT_APP_DEBUG=true +ENV TABULATION_API_PAGINATION_LIMIT=250 RUN npm run build diff --git a/results-tabulation-ui/Stage.Dockerfile b/results-tabulation-ui/Stage.Dockerfile index a2a26899..0b18868d 100644 --- a/results-tabulation-ui/Stage.Dockerfile +++ b/results-tabulation-ui/Stage.Dockerfile @@ -8,6 +8,7 @@ RUN npm install ENV REACT_APP_AUTH_APP_URL="https://tabulations.ecstage.opensource.lk" ENV REACT_APP_TABULATION_API_URL="https://apim-gw.ecstage.opensource.lk/tabulation/0.1.0" +ENV TABULATION_API_PAGINATION_LIMIT=250 RUN npm run build diff --git a/results-tabulation-ui/Staging.Dockerfile b/results-tabulation-ui/Staging.Dockerfile index 254adaf8..74316812 100644 --- a/results-tabulation-ui/Staging.Dockerfile +++ b/results-tabulation-ui/Staging.Dockerfile @@ -8,6 +8,7 @@ RUN npm install ENV REACT_APP_AUTH_APP_URL="https://tabulations.ecstag.opensource.lk" ENV REACT_APP_TABULATION_API_URL="https://apim-gw.ecstag.opensource.lk/tabulation/0.1.0" +ENV TABULATION_API_PAGINATION_LIMIT=250 RUN npm run build diff --git a/results-tabulation-ui/prod.Dockerfile b/results-tabulation-ui/prod.Dockerfile index a2ff4711..4374b465 100644 --- a/results-tabulation-ui/prod.Dockerfile +++ b/results-tabulation-ui/prod.Dockerfile @@ -8,6 +8,7 @@ RUN npm install ENV REACT_APP_AUTH_APP_URL="https://tabulations-lgc.elections.gov.lk" ENV REACT_APP_TABULATION_API_URL="https://apim-gw-lgc.elections.gov.lk/tabulation/0.1.0" +ENV TABULATION_API_PAGINATION_LIMIT=250 RUN npm run build