Copy elm output
This commit is contained in:
parent
05c0a5b7eb
commit
3f31fe8fe0
@ -44,6 +44,6 @@ COPY --from=user_builder /etc/passwd /etc/passwd
|
|||||||
USER dummy
|
USER dummy
|
||||||
|
|
||||||
COPY --from=backend /home/rust/src/target/x86_64-unknown-linux-musl/release/gitache /
|
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"]
|
ENTRYPOINT ["/gitache"]
|
||||||
|
Loading…
Reference in New Issue
Block a user