mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-15 22:38:48 +00:00
Restore searxng dockerfile to enable remote builds
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
|
3
deploy/gcp/searxng.dockerfile
Normal file
3
deploy/gcp/searxng.dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM searxng/searxng
|
||||
|
||||
COPY searxng/ /etc/searxng/
|
Reference in New Issue
Block a user