Skip to content

Commit

Permalink
fix: apparently /server/ isn't in the path anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
akarras committed Oct 19, 2023
1 parent d7f9044 commit d0b0571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
RUN cargo leptos --manifest-path=./Cargo.toml build --release -vv

FROM rustlang/rust:nightly-bullseye as runner
COPY --from=builder /app/target/server/release/ultros /app/
COPY --from=builder /app/target/release/ultros /app/
COPY --from=builder /app/target/site /app/site
COPY --from=builder /app/Cargo.toml /app/
# copy font into local font dirs
Expand Down

0 comments on commit d0b0571

Please sign in to comment.