view docker-compose.yml @ 7:4ab6299b5805 default tip

rename app to jpf
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Tue, 17 Sep 2019 08:54:35 +0900
parents e49b52c098c7
children
line wrap: on
line source

version: '3'

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