Ajout docker
Compare changes
- AxelCarayon authored
+ 78
− 30
@@ -6,6 +8,7 @@ import hashlib
@@ -36,13 +39,39 @@ def isGitRepo(path) -> bool:
@@ -55,7 +84,6 @@ def init(pathInput) -> None :
@@ -70,7 +98,7 @@ def fileExists(fileName) -> bool:
@@ -83,7 +111,7 @@ def searchForInputFolder() -> None:
@@ -96,7 +124,7 @@ def searchForOutputFolder() -> None:
@@ -155,14 +183,20 @@ def scanParameters() -> None:
@@ -183,9 +217,10 @@ def writeInYaml() -> None:
@@ -219,30 +254,43 @@ def genChecksums() -> list[dict]: