version: '3' services: phx: build: context: . dockerfile: dev.Dockerfile volumes: - '.:/app' ports: - '4008:4008' command: tail -F /dev/null