photoprism/scripts/deploy-preview.sh
2021-12-10 09:09:21 +01:00

15 lines
162 B
Bash
Executable File

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