Skip to content

Commit

Permalink
Add very basic Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JayH5 committed Apr 8, 2016
1 parent ef2fa51 commit fbf3d5d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
@@ -0,0 +1 @@
.git
9 changes: 9 additions & 0 deletions Dockerfile
@@ -0,0 +1,9 @@
FROM golang:1.6-onbuild
MAINTAINER Praekelt Foundation <dev@praekeltfoundation.org>

EXPOSE 3000
VOLUME /logs

CMD ["go-wrapper", "run", \
"-directory", "/logs", \
"-address", "0.0.0.0:3000"]

0 comments on commit fbf3d5d

Please sign in to comment.