Skip to content

Commit

Permalink
43: Test ci status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Jan 26, 2024
1 parent 95c0d65 commit 0cd0aaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ RUN cargo test --workspace --all-features
RUN CARGO_TARGET_DIR=/workspaces/${PROJECT}/target cargo install --path xps-gateway --bin=xps_gateway --root=~${USER}/.cargo/
RUN valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --verbose ~${USER}/.cargo/bin/xps_gateway --help

CMD RUST_LOG=info cargo run -- --host 0.0.0.0 --port 8080

LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name="rustdev" \
org.label-schema.description="Rust Development Container" \
Expand Down

0 comments on commit 0cd0aaa

Please sign in to comment.