feat: better build docker command

This commit is contained in:
2025-11-20 17:32:16 +03:00
parent 5006c01fed
commit 9979c2dcee
3 changed files with 6 additions and 4 deletions

View File

@@ -2,3 +2,4 @@ import os
import sys
APP_PATH = os.path.dirname(sys.executable) if getattr(sys, "frozen", False) else os.path.dirname(__file__)
DEFAULT_PROCESSING_PRICE = 45