summaryrefslogtreecommitdiff
path: root/docker-compose.yml
blob: 8f0a30b137f27841af4e5ad46e8d16cea7f975f3 (plain)
1
2
3
4
5
6
7
8
9
services:
  oot:
    build:
      context: .
      dockerfile: Dockerfile
    volumes:
      - ./:/oot
    tty: true
    stdin_open: true