Files
SneakySwole/run_dev_docker.sh
Phillip Tarrant 3dc0171639
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 10s
updating dockerfiles for deployment vs local dev
2026-02-24 15:37:21 -06:00

3 lines
78 B
Bash
Executable File

#!/usr/bin/env bash
docker compose -f docker-compose.dev.yaml up --build "$@"