Restore searxng dockerfile to enable remote builds
This commit is contained in:
parent
4c7942d2e8
commit
4ff6502dae
2 changed files with 4 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ show_config:
|
|||
|
||||
.PHONY: docker-build-push-searxng
|
||||
docker-build-push-searxng:
|
||||
cd ../../ && docker build -f ./searxng.dockerfile -t $(SEARCH_IMAGE_TAG) . --platform="linux/amd64"
|
||||
cd ../../ && docker build -f ./deploy/gcp/searxng.dockerfile -t $(SEARCH_IMAGE_TAG) . --platform="linux/amd64"
|
||||
docker push $(SEARCH_IMAGE_TAG)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue