Skip to content
Snippets Groups Projects
docker-compose.dev.yml 187 B
Newer Older
version: '3.3'

services:
  app:
    build:
      context: .
    # Mount the current directory into `/usr/src/netex/` inside the running container.
    volumes:
      - .:/usr/src/netex/