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