diff 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 diff
--- a/docker-compose.yml	Wed Sep 11 18:42:27 2019 +0900
+++ b/docker-compose.yml	Wed Sep 11 19:11:05 2019 +0900
@@ -5,7 +5,8 @@
     image: jpf-docker
     build: .
     volumes:
-      - ..:/app
+      - ./ThreadTest:/app
     environment:
       USER: "${USER}"
-    command: tail -f /dev/null
+    command: '/bin/bash'
+