mirror of
https://github.com/photoprism/photoprism.git
synced 2025-11-03 11:01:58 +08:00
13 lines
160 B
Bash
Executable File
13 lines
160 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
|