photoprism/scripts/deploy-preview.sh
2021-11-23 20:45:53 +01:00

14 lines
191 B
Bash
Executable file

#!/usr/bin/env bash
set -e
# Run tests
scripts/test.sh
# Build images
scripts/install-qemu.sh
sleep 2
make docker-preview
sleep 2
docker pull photoprism/photoprism:preview
make docker-demo