mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Docker: Add deploy-develop.sh script #2371
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
f06d768e78
commit
09da41996d
1 changed files with 10 additions and 0 deletions
10
scripts/deploy-develop.sh
Executable file
10
scripts/deploy-develop.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# exit on error
|
||||
set -ex
|
||||
|
||||
# install QEMU for multi-arch builds
|
||||
scripts/install-qemu.sh
|
||||
|
||||
# build release images
|
||||
make docker-develop-all
|
||||
Loading…
Add table
Add a link
Reference in a new issue