forked from cerc-io/stack-orchestrator
app type webapp/snowball/nextjs
This commit is contained in:
parent
a00a600588
commit
69f558ecaa
@ -481,6 +481,8 @@ def determine_base_container(clone_dir, app_type="webapp"):
|
||||
raise Exception(f"Unsupported app_type {app_type}")
|
||||
|
||||
base_container = "cerc/webapp-base"
|
||||
if app_type == "webapp/snowball/nextjs":
|
||||
base_container = "cerc/nextjs-snowball"
|
||||
if app_type == "webapp/next":
|
||||
base_container = "cerc/nextjs-base"
|
||||
elif app_type == "webapp":
|
||||
|
Loading…
Reference in New Issue
Block a user