Skip to content

Instantly share code, notes, and snippets.

@tanelmae
Last active September 26, 2019 07:52
Show Gist options
  • Save tanelmae/e596c8ea00abaa40b51db75795394b88 to your computer and use it in GitHub Desktop.
Save tanelmae/e596c8ea00abaa40b51db75795394b88 to your computer and use it in GitHub Desktop.
denv
#!/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