From c929b6b7a95e16b9b19113fb56e36591eb4d5ca9 Mon Sep 17 00:00:00 2001 From: Amol Date: Mon, 18 Mar 2024 00:19:06 +0530 Subject: [PATCH] Update Dockerhubfile --- apps/OpenSign/Dockerhubfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/OpenSign/Dockerhubfile b/apps/OpenSign/Dockerhubfile index ed756309b..98c41aef3 100644 --- a/apps/OpenSign/Dockerhubfile +++ b/apps/OpenSign/Dockerhubfile @@ -14,6 +14,9 @@ RUN npm install COPY apps/OpenSign/ . COPY apps/OpenSign/.husky . +# build +RUN npm run build + # Make port 3000 available to the world outside this container EXPOSE 3000