Set up docker image and k8s deployment

This commit is contained in:
2025-02-28 12:51:11 -06:00
parent b7230950b2
commit f3e047eccc
8 changed files with 100 additions and 3 deletions

View File

@@ -37,7 +37,8 @@
var args = start.ArgumentList;
args.Add("DungeonRandomizer.py");
args.Add("--rom=../alttp.sfc");
args.Add("--rom");
args.Add(this.Configuration.Baserom);
args.Add("--bps");
args.Add("--outputpath");