Change the name of docker image

This commit is contained in:
Sukchan Lee 2018-05-29 17:41:11 +09:00
parent 37ecb9a63b
commit 749d632b86
7 changed files with 9 additions and 9 deletions

View file

@ -3,7 +3,7 @@ version: '3'
services:
run:
network_mode: "host"
image: ${USER}/${DIST-ubuntu}-${TAG-latest}-build
image: ${USER}/${DIST-ubuntu}-${TAG-latest}-nextepc-build
depends_on:
- mongodb
- build