I certify this as working.

This commit is contained in:
Jacob Gadikian
2016-09-01 22:59:56 +02:00
parent bf6be1a22b
commit 4dc886d6ec
3 changed files with 2 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
FROM golang:onbuild
COPY config-example.json /usr/bin/config.json
COPY config_example.json config.json

View File

@@ -6,14 +6,8 @@ services:
container_name: web
ports:
- "3333:80"
networks:
- app
cli:
build: .
hostname: gocryptotrader
container_name: daemon
privileged: true
networks:
- app
networks:
- app

View File

@@ -1 +1 @@
FROM node-onbuild
FROM node:onbuild