view docker-compose.yml @ 6:e49b52c098c7

mounted the current directory
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Tue, 17 Sep 2019 08:48:23 +0900
parents e69b7ef7a2c9
children 4ab6299b5805
line wrap: on
line source

version: '3'

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