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