feat: update official docker images

This commit is contained in:
prafull-opensignlabs
2024-08-02 12:46:01 +05:30
parent 375dc86f0a
commit d4e0f05cef
16 changed files with 227 additions and 157 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
build:
@echo "Building with HOST=${HOST}"
cp .env.local_dev .env
cd apps/OpenSign && cp ../../.env.local_dev .env && npm install && npm run build
docker compose up --build --force-recreate
HOST=${HOST} docker compose up --build --force-recreate
run:
cp .env.local_dev .env