initial commit

This commit is contained in:
quackerd 2022-06-19 22:27:50 -04:00
parent 2a9182402f
commit 74243cd45e

View File

@ -14,6 +14,8 @@ with open(spec_file,"r") as f:
for line in lines:
s = line.strip()
if s.startswith("#"):
continue
fullpath = os.path.join(path, s)
if os.path.isdir(fullpath) and ("docker-compose.yml" in os.listdir(fullpath)):
fullpath = os.path.join(fullpath, "docker-compose.yml")