Copy assets

This commit is contained in:
Valentin Brandl 2019-07-29 21:16:46 +02:00
parent 63cf3866b6
commit 5b65690dbc
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -45,5 +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/assets /public/assets
ENTRYPOINT ["/gitache"]