mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] brands: add GIT_URL variable to the docker build
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
757ebb5d9f
commit
3dbade0aed
3 changed files with 13 additions and 4 deletions
9
Makefile
9
Makefile
|
|
@ -29,6 +29,7 @@ help:
|
|||
@echo ' clean - drop builds and environments'
|
||||
@echo ' project - re-build generic files of the searx project'
|
||||
@echo ' themes - re-build build the source of the themes'
|
||||
@echo ' docker - build Docker image'
|
||||
@echo ''
|
||||
@$(MAKE) -s -f utils/makefile.include make-help
|
||||
@echo ''
|
||||
|
|
@ -102,6 +103,14 @@ themes.simple:
|
|||
$(Q)echo '[!] Grunt build : simple theme'
|
||||
$(Q)grunt --gruntfile "searx/static/themes/simple/gruntfile.js"
|
||||
|
||||
# docker
|
||||
# ------
|
||||
|
||||
PHONY += docker
|
||||
docker:
|
||||
$(Q)./manage.sh docker_build
|
||||
|
||||
|
||||
# test
|
||||
# ----
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue