#167 - Sanitize Output filename (#176)

This commit is contained in:
Rishab
2023-11-11 13:25:04 +05:30
committed by GitHub
parent fed1cff0cb
commit 6b8bca0802
4 changed files with 29 additions and 12 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ build:
cp .env.local_dev .env
rm -rf apps/OpenSign/public/mfbuild
cd microfrontends/SignDocuments && npm install && npm run build
docker compose up -d
docker compose up --build --force-recreate
run:
cp .env.local_dev .env