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

14 lines
191 B
Bash

#!/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