From 494c98de907a260549dea040e93308fb04843486 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 28 Jul 2019 21:55:11 +0200 Subject: [PATCH] Copy elm output --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b8f5aef..d364d42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,6 +44,7 @@ COPY --from=user_builder /etc/passwd /etc/passwd USER dummy COPY --from=backend /home/rust/src/target/x86_64-unknown-linux-musl/release/gitache / -COPY --from=frontend /output/ /public/ +COPY --from=frontend /output/index.html /public/index.html +COPY --from=frontend /output/scripts/ /public/scripts/ ENTRYPOINT ["/gitache"]