All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 10s
3 lines
78 B
Bash
Executable File
3 lines
78 B
Bash
Executable File
#!/usr/bin/env bash
|
|
docker compose -f docker-compose.dev.yaml up --build "$@"
|