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