mirror of
https://github.com/photoprism/photoprism.git
synced 2025-11-03 11:01:58 +08:00
Docker/CI: Add Ubuntu-based demo and update targets in Makefile
This commit is contained in:
16
scripts/deploy-preview-ubuntu.sh
Executable file
16
scripts/deploy-preview-ubuntu.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# exit on error
|
||||
set -e
|
||||
|
||||
# install QEMU for multi-arch builds
|
||||
scripts/install-qemu.sh
|
||||
|
||||
# build preview image
|
||||
make docker-preview-ubuntu
|
||||
|
||||
# wait 2s
|
||||
sleep 2
|
||||
|
||||
# build demo image
|
||||
make docker-demo-ubuntu
|
||||
Reference in New Issue
Block a user