Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks committed Dec 10, 2024
1 parent 5395881 commit acab86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ RUN cargo build --release --target x86_64-unknown-linux-musl
FROM debian:bookworm-slim

RUN apt-get update && apt-get install -y libc6
COPY --from=builder target/release/backend /usr/local/bin/backend
COPY --from=builder target/x86_64-unknown-linux-musl/release/backend /usr/local/bin/backend

CMD ["/usr/local/bin/backend"]

0 comments on commit acab86f

Please sign in to comment.