FROM hivemind-agent-base:latest
COPY _bridge.py .
COPY agent.py .
CMD ["python", "/app/agent.py"]
