mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
Develop: Make "docker-build" only pull the most important images
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
cff0dcf92f
commit
1f9909d148
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -611,7 +611,7 @@ docker-pull:
|
||||||
$(DOCKER_COMPOSE) -f compose.latest.yaml pull --ignore-pull-failures
|
$(DOCKER_COMPOSE) -f compose.latest.yaml pull --ignore-pull-failures
|
||||||
build-docker: docker-build
|
build-docker: docker-build
|
||||||
docker-build:
|
docker-build:
|
||||||
$(DOCKER_COMPOSE) --profile=all pull --ignore-pull-failures
|
$(DOCKER_COMPOSE) --profile=postgres --profile=keycloak pull --ignore-pull-failures
|
||||||
$(DOCKER_COMPOSE) down --remove-orphans
|
$(DOCKER_COMPOSE) down --remove-orphans
|
||||||
$(DOCKER_COMPOSE) build --pull
|
$(DOCKER_COMPOSE) build --pull
|
||||||
nvidia: nvidia-up
|
nvidia: nvidia-up
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue