1
0
mirror of https://github.com/Luzifer/mondash.git synced 2024-09-20 01:12:58 +00:00
mondash/docker/Dockerfile

12 lines
227 B
Docker
Raw Normal View History

FROM golang
MAINTAINER Knut Ahlers <knut@ahlers.me>
RUN go get github.com/Luzifer/mondash && \
go install github.com/Luzifer/mondash
EXPOSE 3000
2015-02-07 19:09:54 +00:00
WORKDIR /go/src/github.com/Luzifer/mondash
ENTRYPOINT ["/go/bin/mondash"]