mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 08:44:04 +01:00
14 lines
120 B
Bash
Executable File
14 lines
120 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
# Run tests
|
|
scripts/test.sh
|
|
|
|
# Build images
|
|
make docker-preview
|
|
|
|
sleep 2
|
|
|
|
make docker-demo
|