version: "2"
services:

  shell:
    build: .
    command: bash
    volumes:
      - .:/code
