From 59fed8a9cc819b8815474d951c8f5c17680d6d5f Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Thu, 22 Feb 2024 20:15:02 +0530 Subject: [PATCH] Update Dockerhubfile --- apps/OpenSign/Dockerhubfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/OpenSign/Dockerhubfile b/apps/OpenSign/Dockerhubfile index e294ff234..aff6748d2 100644 --- a/apps/OpenSign/Dockerhubfile +++ b/apps/OpenSign/Dockerhubfile @@ -15,7 +15,7 @@ COPY apps/OpenSign/ . COPY microfrontends/ . COPY apps/OpenSign/.husky . -RUN npm docker-build +RUN npm run docker-build # Make port 3000 available to the world outside this container EXPOSE 3000