mirror of
https://github.com/runcitadel/core.git
synced 2024-11-11 16:30:38 +00:00
Missing definition
This commit is contained in:
parent
ed51529728
commit
f5db1c7b16
|
@ -58,6 +58,7 @@ def assignIpV4(appId: str, containerName: str):
|
|||
scriptDir = path.dirname(path.realpath(__file__))
|
||||
nodeRoot = path.join(scriptDir, "..", "..", "..", "..")
|
||||
networkingFile = path.join(nodeRoot, "apps", "networking.json")
|
||||
envFile = path.join(nodeRoot, ".env")
|
||||
cleanContainerName = containerName.strip()
|
||||
# If the name still contains a newline, throw an error
|
||||
if cleanContainerName.find("\n") != -1:
|
||||
|
|
Loading…
Reference in New Issue
Block a user