mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
5 lines
156 B
Makefile
5 lines
156 B
Makefile
build:
|
|
cp .env.local_dev .env
|
|
rm -rf apps/OpenSign/public/mfbuild/*
|
|
cd microfrontends/SignDocuments && npm install && npm run build
|
|
docker compose up -d
|