mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
9 lines
228 B
Makefile
9 lines
228 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 --build --force-recreate
|
|
|
|
run:
|
|
cp .env.local_dev .env
|
|
docker compose up -d
|