7 lines
123 B
Plaintext
7 lines
123 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# change to the project's root directory
|
||
|
cd "${0%/*}/.."
|
||
|
|
||
|
exec docker-compose -f docker-compose.prod.yml "$@"
|