add backend-dev start-docker script for convenience

This commit is contained in:
Andreas Köpf
2022-12-29 00:58:52 +01:00
parent 0ee3196064
commit fb516e91fc
+3
View File
@@ -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