1
0
Fork 0
mirror of https://github.com/Luzifer/mondash.git synced 2024-12-22 20:11:18 +00:00

fixed dockerfile to find templates

This commit is contained in:
Knut Ahlers 2015-02-07 20:09:54 +01:00
parent 561578da0d
commit 9c289377df

View file

@ -7,4 +7,5 @@ RUN go get github.com/Luzifer/mondash && \
EXPOSE 3000
WORKDIR /go/src/github.com/Luzifer/mondash
ENTRYPOINT ["/go/bin/mondash"]