From 2a24d71ee319a426e0b1f02632a0e6cf6bf1a140 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Thu, 22 Feb 2024 19:43:23 +0530 Subject: [PATCH] Update Dockerhubfile --- apps/OpenSign/Dockerhubfile | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/OpenSign/Dockerhubfile b/apps/OpenSign/Dockerhubfile index 48a6d8145..891790a9f 100644 --- a/apps/OpenSign/Dockerhubfile +++ b/apps/OpenSign/Dockerhubfile @@ -12,6 +12,7 @@ RUN npm install # Copy the current directory contents into the container COPY apps/OpenSign/ . +COPY microfrontends/ . COPY apps/OpenSign/.husky . # Make port 3000 available to the world outside this container