From 3b93f9647990d351a54498a5d4b5605cae529706 Mon Sep 17 00:00:00 2001 From: rishabjasrotia Date: Thu, 9 Nov 2023 18:05:34 +0530 Subject: [PATCH] Fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: