perform some corrections for container image building
This commit is contained in:
4
Makefile
4
Makefile
@@ -41,12 +41,12 @@ include image/image.mk
|
||||
|
||||
target/release/zmp24: $(MAIN_RS_SRCS)
|
||||
DB_PATH="$(PROD_DB)" \
|
||||
BIND_TO="$(PROD_BIND)" \
|
||||
BIND_TO="$(PROD_SOCK_PATH)" \
|
||||
cargo build --release
|
||||
|
||||
target/$(ARCH)-unknown-linux-musl/release/zmp24: $(MAIN_RS_SRCS)
|
||||
DB_PATH="$(PROD_DB)" \
|
||||
BIND_TO="$(PROD_BIND)" \
|
||||
BIND_TO="$(PROD_SOCK_PATH)" \
|
||||
cargo build --target $(ARCH)-unknown-linux-musl --release
|
||||
|
||||
$(SEARCH_REPLACE): lib/search_and_replace/src/main.rs lib/search_and_replace/Cargo.toml
|
||||
|
Reference in New Issue
Block a user