ARSON
ARSON
Explore posts from servers
RRailway
Created by ARSON on 9/28/2024 in #βœ‹ο½œhelp
build step trying to copy missing file?
48bdb90b-0fe0-4764-8f6c-0bcbef0cca1c not sure if technical details matter, but rust outputs various directories into a /target directory which i'm assuming this isn't picking up on
-------------------
35 | COPY --from=0 /etc/ssl/certs /etc/ssl/certs
36 | RUN true
37 | >>> COPY --from=0 /app/bin/leptos-sse-chat /app/bin/leptos-sse-chat
38 | CMD ["cargo leptos serve --release"]
39 |
-------------------
ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref j3hlbnh0j8q9v941rffaby66o::funo3xrunfajb9dmfqdp29xjq: "/app/bin/leptos-sse-chat": not found
-------------------
35 | COPY --from=0 /etc/ssl/certs /etc/ssl/certs
36 | RUN true
37 | >>> COPY --from=0 /app/bin/leptos-sse-chat /app/bin/leptos-sse-chat
38 | CMD ["cargo leptos serve --release"]
39 |
-------------------
ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref j3hlbnh0j8q9v941rffaby66o::funo3xrunfajb9dmfqdp29xjq: "/app/bin/leptos-sse-chat": not found
but i admittedly don't understand the magic behind the ci/cd, so some ropes in the right direction would be helpful 😁
17 replies