Fixes leftovers from #258. (#261)

This commit is contained in:
Travis Reeder
2016-11-11 06:28:15 -08:00
committed by C Cirello
parent 841596f470
commit f9281e70b4
4 changed files with 7 additions and 6 deletions

View File

@@ -10,7 +10,8 @@ function build () {
}
function run () {
docker run --rm --privileged -it -e LOG_LEVEL=debug -e "DB=bolt:///app/data/bolt.db" -v ${pwd}/data:/app/data -p 8080:8080 iron/functions
build
docker run --rm --privileged -it -e LOG_LEVEL=debug -e "DB_URL=bolt:///app/data/bolt.db" -v ${pwd}/data:/app/data -p 8080:8080 iron/functions
}
switch ($cmd)