Skip to content

Commit

Permalink
update dockerfile & circleci build image
Browse files Browse the repository at this point in the history
  • Loading branch information
drmfly committed Dec 18, 2017
1 parent 7c05fe4 commit 4f924d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
docker:
# specify the version
- image: circleci/golang:1.8
- image: golang

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM alpine
LABEL maintainer="[email protected]"
WORKDIR /srv/gopkg
ADD qtraderpkg ./
ENTRYPOINT ["./qtraderpkg"]
ADD public ./public
ADD gopkg ./
ENTRYPOINT ["./gopkg"]

0 comments on commit 4f924d6

Please sign in to comment.