2 lines
79 B
Bash
Executable file
2 lines
79 B
Bash
Executable file
#!/bin/bash
|
|
docker compose -f docker-compose.dev.yml --env-file .env.dev up -d
|