Mercurial > hg > Members > anatofuz > jpf-docker
view docker-compose.yml @ 3:e69b7ef7a2c9
tweak
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 11 Sep 2019 19:11:05 +0900 |
parents | 75e28f017132 |
children | e49b52c098c7 |
line wrap: on
line source
version: '3' services: app: image: jpf-docker build: . volumes: - ./ThreadTest:/app environment: USER: "${USER}" command: '/bin/bash'