Skip to content

Commit

Permalink
Merge pull request #6 from everlutionsk/feature-5
Browse files Browse the repository at this point in the history
Allow execute ./compose from anywhere
  • Loading branch information
ivanbarlog authored Aug 25, 2017
2 parents a476665 + c97641e commit abaff1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compose
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

# directory where this script is located
cd $(dirname "$0")

if [ -f "env/docker.env" ]; then
source ./env/docker.env
fi
Expand Down

0 comments on commit abaff1e

Please sign in to comment.