mirror of
https://codeberg.org/demostf/sync.git
synced 2026-06-04 00:54:08 +02:00
always rebuild docker image
This commit is contained in:
parent
2f59220df5
commit
a40d676c68
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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 .
|
||||||
Loading…
Add table
Add a link
Reference in a new issue