changeset 2:75e28f017132

add docker-compose.yml
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Wed, 11 Sep 2019 18:42:27 +0900
parents 410ce7a9d7b2
children e69b7ef7a2c9
files docker-compose.yml
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docker-compose.yml	Wed Sep 11 18:42:27 2019 +0900
@@ -0,0 +1,11 @@
+version: '3'
+
+services:
+  app:
+    image: jpf-docker
+    build: .
+    volumes:
+      - ..:/app
+    environment:
+      USER: "${USER}"
+    command: tail -f /dev/null