mirror of
https://github.com/Luzifer/mondash.git
synced 2024-11-10 00:20:02 +00:00
Fix: Template dir missing in Image
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
3b90f7cafe
commit
b473100d2c
1 changed files with 2 additions and 0 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue