mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-28 11:11:41 +08:00
10 lines
93 B
Bash
Executable File
10 lines
93 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
# Run tests
|
|
scripts/test.sh
|
|
|
|
# Build images
|
|
make docker-release
|