mirror of
https://github.com/Cian-H/I-Form_Server_Node_Deployer.git
synced 2025-12-22 22:22:02 +00:00
Fixed minor pathing bug
This commit is contained in:
@@ -5,13 +5,12 @@
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
import tomllib
|
||||
|
||||
import docker
|
||||
import tomllib
|
||||
|
||||
|
||||
CLIENT = docker.from_env(version="auto")
|
||||
ROOT = Path(__file__).parent.parent
|
||||
ROOT = Path(__file__).parent.parent.absolute()
|
||||
|
||||
type ConfigLabel = str | list[str]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user