feat: add durable AgentOS slice execution
This commit is contained in:
8
deploy/zopu-runtime/runner/Dockerfile
Normal file
8
deploy/zopu-runtime/runner/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM oven/bun:1.3.14
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
RUN bun install --frozen-lockfile
|
||||
|
||||
CMD ["bun", "packages/agents/src/runner.ts"]
|
||||
Reference in New Issue
Block a user