get Dockerfile to somewhat work
This commit is contained in:
@@ -13,6 +13,11 @@ logger.addHandler(logging.StreamHandler(sys.stdout))
|
||||
|
||||
class Setup:
|
||||
|
||||
@staticmethod
|
||||
def populate_store():
|
||||
Path("store/stack").mkdir(parents=True, exist_ok=True)
|
||||
Path("store/stack/.env").touch(exist_ok=True)
|
||||
|
||||
@staticmethod
|
||||
def create_symlink():
|
||||
host_data_env = getenv("HOST_DATA_PATH", None)
|
||||
|
||||
Reference in New Issue
Block a user