Initial commit — OFApp client + server
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
5
run-local.sh
Executable file
5
run-local.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
mkdir -p data/db data/media
|
||||
docker compose -f docker-compose.local.yml up --build "$@"
|
||||
Reference in New Issue
Block a user