Fix the generation of remoteentry.js for docker development

This commit is contained in:
rishabjasrotia
2023-11-05 19:13:54 +05:30
parent 356d2e81c5
commit 96ae95a97c
+2
View File
@@ -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