]> git.parisson.com Git - mezzo.git/commitdiff
specify image to start to container app
authorCRI - IRCAM <cri@ircam.fr>
Thu, 29 Dec 2016 13:25:41 +0000 (14:25 +0100)
committerCRI - IRCAM <cri@ircam.fr>
Thu, 29 Dec 2016 13:25:41 +0000 (14:25 +0100)
docker-compose.yml

index e081a5945c67c08345a775d07215fcd81a744ac7..93e55e2c972e4c4f9913266026107fcbf936cb91 100644 (file)
@@ -42,7 +42,7 @@ db:
     - POSTGRES_PASSWORD=hyRob0otlaz4
 
 app:
-  build: .
+  image: ircamwww_app
   command: /bin/bash bin/app.sh
   volumes:
     - ./app:/srv/app