From 91e691630cd36e5faca9362cdd3e98ac6cba22c2 Mon Sep 17 00:00:00 2001 From: Rishab <33950743+rishabjasrotia@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:53:39 +0530 Subject: [PATCH] Removed npm run build Removed npm run build --- apps/OpenSign/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/OpenSign/Dockerfile b/apps/OpenSign/Dockerfile index 172fc969d..7d8542bf6 100644 --- a/apps/OpenSign/Dockerfile +++ b/apps/OpenSign/Dockerfile @@ -14,8 +14,6 @@ RUN npm install COPY ./ . COPY ./.husky . -RUN npm run build - # Make port 3000 available to the world outside this container EXPOSE 3000