mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
Update Dockerfile to use go mod and golang 1.12
This commit is contained in:
@@ -5,11 +5,11 @@ services:
|
||||
web:
|
||||
build: ./web
|
||||
depends_on:
|
||||
- cli
|
||||
- daemon
|
||||
ports:
|
||||
- "9051:80"
|
||||
|
||||
cli:
|
||||
daemon:
|
||||
build: .
|
||||
ports:
|
||||
- "9050:9050"
|
||||
|
||||
Reference in New Issue
Block a user