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