From 04fe194a7249dc3f7350e5695d6f25363233d738 Mon Sep 17 00:00:00 2001 From: rf-opssupport <84499879+rf-opssupport@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:53:43 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5420a73b..78c61578 100755 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,8 @@ COPY --from=builder ./app/ ./ RUN npm install # # COPY . /app - +## +## # CMD ["npm", "run", "dev", "--", "--host", "--port", "3000"] ENV ORIGIN=https://rean-admin-portal-dev.services.reanfoundation.org RUN chmod +x /app/entrypoint.sh