Ryanhub - file viewer
filename: agent-sandbox/docker-compose.yml
branch: main
back to repo
services:
  sandbox:
    build: .
    volumes:
      - .:/workspace
    working_dir: /workspace
    stdin_open: true
    tty: true