Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowballXueQiu authored Oct 26, 2023
1 parent 9b122c6 commit 869dd81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN cargo build --release
# build slim image
FROM debian:bookworm-slim AS runtime
WORKDIR /app
COPY --from=builder /app/target/release/backend_server /home/BackendServer
COPY --from=builder /app/target/release/key_tool /home/BackendServer
COPY --from=builder /app/target/release/backend_server /home/BackendServer/backend_server
COPY --from=builder /app/target/release/key_tool /home/BackendServer/key_tool

CMD ["bash"]

0 comments on commit 869dd81

Please sign in to comment.