fix(deploy): mirror F4 contract mounts in VPS preflight

This commit is contained in:
2026-09-08 15:58:46 -03:00
parent 8a8ab47453
commit 09a190532c
+3
View File
@@ -183,6 +183,9 @@ docker build --target builder -t "$API_TEST_IMAGE" "$STAGE/api-v3" </dev/null
docker run --rm \ docker run --rm \
-v "$STAGE/api-v3/test:/app/test:ro" \ -v "$STAGE/api-v3/test:/app/test:ro" \
-v "$STAGE/api-v3/tsconfig.test.json:/app/tsconfig.test.json:ro" \ -v "$STAGE/api-v3/tsconfig.test.json:/app/tsconfig.test.json:ro" \
-v "$STAGE/docker-compose.yml:/docker-compose.yml:ro" \
-v "$STAGE/web-v2:/web-v2:ro" \
-v "$STAGE/android-app:/android-app:ro" \
"$API_TEST_IMAGE" npm test </dev/null "$API_TEST_IMAGE" npm test </dev/null
echo echo