version: '3' services: app: image: jpf-docker build: . volumes: - ..:/app environment: USER: "${USER}" command: tail -f /dev/null