web3-proxy/bin/docker-compose-production

9 lines
153 B
Plaintext
Raw Permalink Normal View History

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