version: '3' services: phx: build: . volumes: - '.:/app' ports: - '4008:4008' command: - ./docker-run.sh stdin_open: true tty: true