test: fix tests
This commit is contained in:
5
scripts/develop
Executable file
5
scripts/develop
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
cd "$(dirname $(dirname "$0"))" || exit
|
||||
|
||||
docker compose -f docker-compose-develop.yaml up --build --watch
|
||||
Reference in New Issue
Block a user