1
0
Fork 0
mirror of https://codeberg.org/demostf/sync.git synced 2026-06-03 16:44:07 +02:00

always rebuild docker image

This commit is contained in:
Robin Appelman 2017-10-07 17:28:35 +02:00
commit a40d676c68

View file

@ -4,4 +4,4 @@ target/x86_64-unknown-linux-musl/release/sync: Cargo.toml src/main.rs
docker run --rm -it -v "$(CURDIR):/home/rust/src" ekidd/rust-musl-builder cargo build --release docker run --rm -it -v "$(CURDIR):/home/rust/src" ekidd/rust-musl-builder cargo build --release
docker: target/x86_64-unknown-linux-musl/release/sync Dockerfile docker: target/x86_64-unknown-linux-musl/release/sync Dockerfile
docker build -t demostf/sync-rs . docker build --no-cache -t demostf/sync-rs .