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