Skip to content

Commit 86f4c0c

Browse files
committed
Export DEV_USERDIR so you can use it in your docker-compose-dev.yml
1 parent a658718 commit 86f4c0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/dev

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ dc() {
199199

200200
yml_local() {
201201
if [ -r ${DEV_USERDIR}/docker-compose-dev.yml ]; then
202+
export DEV_USERDIR="${DEV_USERDIR}";
202203
DEV_YML=${DEV_YML}' --file '${DEV_USERDIR}/docker-compose-dev.yml;
203204
fi
204205
}

0 commit comments

Comments
 (0)