updating dockerfiles for deployment vs local dev
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 10s

This commit is contained in:
2026-02-24 15:37:21 -06:00
parent 312b14e57b
commit 3dc0171639
3 changed files with 43 additions and 0 deletions

2
run_dev_docker.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
docker compose -f docker-compose.dev.yaml up --build "$@"