mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
add backend-dev start-docker script for convenience
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
|
||||
docker compose -f "$parent_path/../../docker-compose.yaml" up backend-dev --build --attach-dependencies
|
||||
Reference in New Issue
Block a user