feat: better build docker command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user