summaryrefslogblamecommitdiff
path: root/docker-compose.yml
blob: 6fe6fa21a8756b21476e5aa6dc4f7064ebfca624 (plain) (tree)
1
2
3
4
5
6
7
8
9








                          
version: '3'
services:
  web:
    tty: true
    stdin_open: true
    build: .
    command: 'iex -S mix'
    volumes:
      - .:/opt/power_dnsex