Copy elm output

This commit is contained in:
Valentin Brandl 2019-07-28 21:52:31 +02:00
parent 05c0a5b7eb
commit 3f31fe8fe0
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -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"]