Build Tasker BIM iframe against production domain

This commit is contained in:
DCCONSTRUCTIONS
2026-06-22 13:09:23 +03:00
parent 477626c597
commit 4ed460ae45
3 changed files with 14 additions and 1 deletions
+5 -1
View File
@@ -110,7 +110,11 @@ pnpm turbo run check:types --filter=web --filter='@plane/i18n' --filter='@plane/
```bash
cd /Users/dcconstructions/Downloads/mnt/data/dc_taskmanager/NODEDC_TASKMANAGER/plane-src
docker build -t nodedc/plane-frontend:ru -f apps/web/Dockerfile.web .
docker build \
--build-arg VITE_BEAM_VIEWER_BASE_URL=http://localhost:8080 \
--build-arg VITE_BEAM_API_BASE_URL=http://localhost:8080 \
-t nodedc/plane-frontend:ru \
-f apps/web/Dockerfile.web .
cd /Users/dcconstructions/Downloads/mnt/data/dc_taskmanager/NODEDC_TASKMANAGER
./setup.sh stop
./setup.sh start