Skip to content

Commit

Permalink
Merge pull request #11 from BudiNverse/0.3.0
Browse files Browse the repository at this point in the history
0.3.0
  • Loading branch information
zeon256 authored Oct 27, 2020
2 parents 71d1df9 + c698584 commit 26bc6c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM rust:latest as builder
WORKDIR /home/rust
COPY . .
RUN cargo build --release --features swisstable
RUN strip ./target/release/justbus-rs
ENTRYPOINT ["./target/release/justbus-rs"]

FROM debian:latest
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
<a href="https://github.com/BudiNverse/justbus-rs">
<img src="https://img.shields.io/github/license/BudiNverse/lta-rs"/>
</a>
Expand Down

0 comments on commit 26bc6c0

Please sign in to comment.