web3-proxy/bin/docker-compose-production

7 lines
127 B
Plaintext
Raw Normal View History

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