chore: add 105 runtime and openhands ops tooling

This commit is contained in:
john
2026-06-29 07:01:26 +08:00
parent 65e8a3a5a8
commit d7cbf3cc96
22 changed files with 1263 additions and 50 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM ghcr.io/openhands/openhands:latest
RUN /app/.venv/bin/pip install --no-cache-dir asyncpg
COPY 002.py /app/openhands/app_server/app_lifespan/alembic/versions/002.py
COPY 010.py /app/openhands/app_server/app_lifespan/alembic/versions/010.py