Skip to content

Commit

Permalink
I certify this as working.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Gadikian committed Sep 1, 2016
1 parent bf6be1a commit 4dc886d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM golang:onbuild
COPY config-example.json /usr/bin/config.json
COPY config_example.json config.json

6 changes: 0 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM node-onbuild
FROM node:onbuild

0 comments on commit 4dc886d

Please sign in to comment.