Update Dockerfile to use go mod and golang 1.12

This commit is contained in:
Adrian Gallagher
2019-02-27 17:52:37 +11:00
parent e000a8d6c7
commit 81852f2e01
2 changed files with 4 additions and 6 deletions

View File

@@ -5,11 +5,11 @@ services:
web:
build: ./web
depends_on:
- cli
- daemon
ports:
- "9051:80"
cli:
daemon:
build: .
ports:
- "9050:9050"