From 864b7ee10f72a360256e23a744c6d1416ee8de3b Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs Date: Tue, 31 Oct 2023 15:07:58 +0530 Subject: [PATCH] removed build command from dockerfile --- apps/OpenSign/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/OpenSign/Dockerfile b/apps/OpenSign/Dockerfile index 4b07ff8cc..49067d236 100644 --- a/apps/OpenSign/Dockerfile +++ b/apps/OpenSign/Dockerfile @@ -14,8 +14,6 @@ RUN npm install COPY apps/OpenSign/ . COPY apps/OpenSign/.husky . -RUN npm run build - # Make port 3000 available to the world outside this container EXPOSE 3000