We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71d1df9 + c698584 commit 26bc6c0Copy full SHA for 26bc6c0
Dockerfile
@@ -3,6 +3,7 @@ FROM rust:latest as builder
3
WORKDIR /home/rust
4
COPY . .
5
RUN cargo build --release --features swisstable
6
+RUN strip ./target/release/justbus-rs
7
ENTRYPOINT ["./target/release/justbus-rs"]
8
9
FROM debian:latest
README.md
@@ -3,6 +3,9 @@
<a href="https://github.com/BudiNverse/justbus-rs">
<img src="https://img.shields.io/badge/-justbus--rs-blueviolet.svg"/>
</a>
+ <a href="https://github.com/BudiNverse/justbus-rs">
+ <img src="https://img.shields.io/badge/version-0.3.0-ff69b4"/>
+ </a>
10
<img src="https://img.shields.io/github/license/BudiNverse/lta-rs"/>
11
0 commit comments