From 0757abef1c2b1beb5ae21fdc4f304224195fa347 Mon Sep 17 00:00:00 2001 From: YujithIsura Date: Thu, 9 Jun 2022 19:51:54 +0530 Subject: [PATCH] config api url added for docker file --- client/Staging.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/client/Staging.Dockerfile b/client/Staging.Dockerfile index 8626209..1542be3 100644 --- a/client/Staging.Dockerfile +++ b/client/Staging.Dockerfile @@ -11,6 +11,7 @@ ENV REACT_APP_API_BASE_URL=https://apim-gw.ecstag.opensource.lk/nominations/0.9 ENV REACT_APP_PDF_GENARATION_SERVICE_URL=https://apim-gw.ecstag.opensource.lk/nominations/0.9 ENV REACT_APP_AUTH_BASE_URL=https://nominations.ecstag.opensource.lk ENV REACT_APP_NOMINATION_URL=https://nominations.ecstag.opensource.lk +ENV REACT_APP_CONFIG_API_URL=http://220.247.204.21:3001 RUN npm run build RUN rm /etc/localtime