diff 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 diff
--- a/docker-compose.yml	Mon Sep 16 23:32:00 2019 +0900
+++ b/docker-compose.yml	Tue Sep 17 08:48:23 2019 +0900
@@ -5,7 +5,7 @@
     image: jpf-docker
     build: .
     volumes:
-      - ./ThreadTest:/app
+      - .:/os_exercise
     environment:
       USER: "${USER}"
     command: '/bin/bash'