Add docker support for rust integration

This commit is contained in:
2026-04-03 12:31:11 +08:00
parent 4c30efd802
commit 72ddd9822c
5 changed files with 16 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/sh
set -e
# Run both services using the python runner in production mode
exec python run.py --prod
ENGINE="${ENGINE:-rust}"
exec python run.py --prod --engine "$ENGINE"