From 96ae95a97ce5224369943aba2a6a00e72fa403bc Mon Sep 17 00:00:00 2001 From: rishabjasrotia Date: Sun, 5 Nov 2023 19:13:54 +0530 Subject: [PATCH] Fix the generation of remoteentry.js for docker development --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 35fa55901..d95af2762 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ build: cp .env.local_dev .env + rm -rf apps/OpenSign/public/mfbuild/* + cd microfrontends/SignDocuments && npm install && npm run build docker compose up -d \ No newline at end of file