web3-proxy/bin/docker-compose-production

9 lines
153 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%/*}/.."
2022-09-09 01:24:27 +03:00
export DOCKER_BUILDKIT=1
2022-05-27 19:47:33 +03:00
exec docker-compose -f docker-compose.prod.yml "$@"