mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-21 01:06:10 +00:00
9 lines
93 B
Bash
Executable file
9 lines
93 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
# Run tests
|
|
scripts/test.sh
|
|
|
|
# Build images
|
|
make docker-release
|