1
0
mirror of https://github.com/Luzifer/mondash.git synced 2024-09-19 17:02:58 +00:00

Fix: Template dir missing in Image

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-09-16 14:58:25 +02:00
parent 3b90f7cafe
commit b473100d2c
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -15,7 +15,9 @@ RUN set -ex \
&& apk --no-cache add ca-certificates && apk --no-cache add ca-certificates
COPY --from=builder /go/bin/mondash /usr/local/bin/mondash COPY --from=builder /go/bin/mondash /usr/local/bin/mondash
COPY --from=builder /go/src/github.com/Luzifer/mondash/templates /usr/local/share/mondash/templates
WORKDIR /usr/local/share/mondash
EXPOSE 3000 EXPOSE 3000
ENTRYPOINT ["/usr/local/bin/mondash"] ENTRYPOINT ["/usr/local/bin/mondash"]