web3-proxy/bin/docker-compose-production

7 lines
123 B
Plaintext
Raw Normal View History

2022-05-27 19:47:33 +03:00
#!/bin/bash
# change to the project's root directory
cd "${0%/*}/.."
exec docker-compose -f docker-compose.prod.yml "$@"