Using docker file for ib gateway

This commit is contained in:
2026-06-20 02:06:20 -07:00
parent 83c28518d5
commit e396586765
11 changed files with 208 additions and 28 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from ibgw!")
if __name__ == "__main__":
main()