From ed6412978350af2644136dd36e2c059f56ee8ca7 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 28 Jul 2019 21:56:53 +0200 Subject: [PATCH] Copy elm output --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d364d42..01ba319 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,6 +45,6 @@ USER dummy COPY --from=backend /home/rust/src/target/x86_64-unknown-linux-musl/release/gitache / COPY --from=frontend /output/index.html /public/index.html -COPY --from=frontend /output/scripts/ /public/scripts/ +COPY --from=frontend /output/scripts /public/scripts ENTRYPOINT ["/gitache"]