Merge pull request #2193 from rickysarraf/fix-docker-local-target
Fix docker-local make target
This commit is contained in:
commit
ff170ae7ed
1 changed files with 8 additions and 3 deletions
9
Makefile
9
Makefile
|
@ -334,8 +334,13 @@ docker-release-impish:
|
|||
docker pull --platform=amd64 ubuntu:impish
|
||||
docker pull --platform=arm64 ubuntu:impish
|
||||
scripts/docker/buildx-multi.sh photoprism linux/amd64,linux/arm64 impish /impish
|
||||
docker-local:
|
||||
scripts/docker/build.sh photoprism
|
||||
docker-local: docker-local-bookworm
|
||||
docker-local-bullseye:
|
||||
docker pull photoprism/develop:bullseye
|
||||
scripts/docker/build.sh photoprism bullseye /bullseye
|
||||
docker-local-bookworm:
|
||||
docker pull photoprism/develop:bookworm
|
||||
scripts/docker/build.sh photoprism bookworm /bookworm
|
||||
docker-pull:
|
||||
docker pull photoprism/photoprism:preview photoprism/photoprism:latest
|
||||
docker-ddns:
|
||||
|
|
Loading…
Reference in a new issue