push dev-env

This commit is contained in:
2025-03-29 19:22:58 +01:00
parent e95770bdce
commit 6dd2324624
4 changed files with 155 additions and 0 deletions

3
build-dev.sh Normal file
View File

@@ -0,0 +1,3 @@
docker compose down
export GIT_COMMIT_SHA=$(git rev-parse --short HEAD)
docker compose -f compose.dev.yml up -d --build