version: '3' services: app: image: jpf-docker build: . volumes: - ./ThreadTest:/app environment: USER: "${USER}" command: '/bin/bash'