mirror of
https://github.com/codex-storage/bittorrent-benchmarks.git
synced 2025-02-10 02:04:13 +00:00
fix: local minikube image build
This commit is contained in:
parent
02f680a91d
commit
6978b7ef28
2
Makefile
2
Makefile
@ -35,7 +35,7 @@ image-test:
|
||||
docker build -t bittorrent-benchmarks:test -f ./docker/bittorrent-benchmarks.Dockerfile .
|
||||
|
||||
image-minikube:
|
||||
eval $(minikube docker-env)
|
||||
eval $$(minikube docker-env) && \
|
||||
docker build -t bittorrent-benchmarks:minikube \
|
||||
--build-arg BUILD_TYPE="release" \
|
||||
-f ./docker/bittorrent-benchmarks.Dockerfile .
|
||||
|
Loading…
x
Reference in New Issue
Block a user