-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDockerfile
More file actions
24 lines (16 loc) · 631 Bytes
/
Dockerfile
File metadata and controls
24 lines (16 loc) · 631 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
FROM golang:1.5.1
MAINTAINER Harrison Shoebridge <harrison@theshoebridges.com>
RUN go get github.com/bigroom/vision/tunnel
RUN go get github.com/nickvanw/ircx
RUN go get github.com/paked/configure
RUN go get github.com/sorcix/irc
RUN go get github.com/codegangsta/gin
RUN go get github.com/bigroom/profx
RUN go get github.com/getsentry/raven-go
RUN go get github.com/sirupsen/logrus
RUN go get github.com/evalphobia/logrus_sentry
RUN go get github.com/bigroom/vision/models
# ADD . /go/src/github.com/bigroom/roomer for deployment...
WORKDIR /go/src/github.com/bigroom/profx
CMD gin -i -b "profx"
#CMD go build && ./roomer