mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Develop: Add "build-docker" as an alias for "docker-build" to Makefile
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
7919b9ddc2
commit
a58fa36f34
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -464,6 +464,7 @@ git-pull:
|
|||
docker-pull:
|
||||
$(DOCKER_COMPOSE) --profile=all pull --ignore-pull-failures
|
||||
$(DOCKER_COMPOSE) -f compose.latest.yaml pull --ignore-pull-failures
|
||||
build-docker: docker-build
|
||||
docker-build:
|
||||
$(DOCKER_COMPOSE) --profile=all pull --ignore-pull-failures
|
||||
$(DOCKER_COMPOSE) down --remove-orphans
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue