From 3f31fe8fe05c71086734d8a15e5c5be4cca7fdd5 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 28 Jul 2019 21:52:31 +0200 Subject: [PATCH] Copy elm output --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 86d1254..b8f5aef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,6 +44,6 @@ 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 /index.html /public/ +COPY --from=frontend /output/ /public/ ENTRYPOINT ["/gitache"]