fix docker for tauri app

This commit is contained in:
lendry
2026-06-26 16:04:59 +03:00
parent ce8a326602
commit dd36818f80
2 changed files with 12 additions and 0 deletions

View File

@@ -242,6 +242,7 @@ services:
VITE_FRONTEND_URL: ${PUBLIC_FRONTEND_URL:-http://localhost:3002}
PUBLIC_API_URL: ${PUBLIC_API_URL:-http://localhost:3000}
PUBLIC_FRONTEND_URL: ${PUBLIC_FRONTEND_URL:-http://localhost:3002}
ANDROID_GRADLE_PLUGIN_VERSION: ${ANDROID_GRADLE_PLUGIN_VERSION:-8.11.1}
volumes:
- ./apps/frontend/public/downloads:/out