diff --git a/scripts/setup-template.py b/scripts/setup-template.py index c413950..be5301c 100644 --- a/scripts/setup-template.py +++ b/scripts/setup-template.py @@ -18,4 +18,6 @@ os.system(f"sh ../getcert.sh {sys.argv[1]} {sys.argv[2]}") os.system("sh ../nginx-ensite.sh #service") #START_CONTAINER -os.system("sh launch-docker.sh") \ No newline at end of file +os.system("sh launch-docker.sh") + +#POST_LAUNCH_COMMANDS \ No newline at end of file