mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
adding a docker build target for the proxy (#454)
also changing docker repo to gomods
This commit is contained in:
committed by
Rob j Loranger
parent
e0a983ed38
commit
69a73a1d0f
@@ -37,7 +37,11 @@ test-e2e:
|
||||
|
||||
.PHONY: olympus-docker
|
||||
olympus-docker:
|
||||
docker build -t gopackages/olympus -f cmd/olympus/Dockerfile .
|
||||
docker build -t gomods/olympus -f cmd/olympus/Dockerfile .
|
||||
|
||||
.PHONY: proxy-docker
|
||||
# TODO: this needs to change to gomods/proxy
|
||||
docker build -t gomods/athens -f cmd/proxy/Dockerfile .
|
||||
|
||||
bench:
|
||||
./scripts/benchmark.sh
|
||||
|
||||
Reference in New Issue
Block a user