From ee1bf4b0f5c76627ca1f502ffe9560d58b5a2d69 Mon Sep 17 00:00:00 2001 From: rf-opssupport <84499879+rf-opssupport@users.noreply.github.com> Date: Tue, 7 May 2024 16:43:50 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 001e63ab..3f1b010f 100755 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,6 @@ RUN npm install # RUN chmod +x /app/entrypoint.sh # ENTRYPOINT ["/bin/bash", "-c", "/app/entrypoint.sh"] -ENV ORIGIN=http://35.154.171.205 +ENV ORIGIN=https://rean-admin-portal-dev.services.reanfoundation.org CMD ["node", "build/index.js"]