diff --git a/Makefile b/Makefile index 7cf392883..bf7f219d3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ build: cp .env.local_dev .env rm -rf apps/OpenSign/public/mfbuild - cd microfrontends/SignDocuments && npm install && npm run build + cd microfrontends/SignDocuments && npm install && npm run build docker compose up -d run: