Last active
September 26, 2019 07:52
-
-
Save tanelmae/e596c8ea00abaa40b51db75795394b88 to your computer and use it in GitHub Desktop.
denv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
ROOT_DIR=$(git rev-parse --show-toplevel) | |
[ $? -eq 0 ] && docker-compose --file "${ROOT_DIR}/env/docker-compose.yaml" --project-directory "${ROOT_DIR}/env" $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment