Create an actual user, add missing file

Also allow `./bw-dev up -d`

I'm not sure why this was necessary, but it makes enough sense
This commit is contained in:
Joel Bradshaw
2021-01-13 23:02:56 -08:00
parent 48147883ce
commit 1e13997c5d
3 changed files with 18 additions and 2 deletions

2
bw-dev
View File

@ -43,7 +43,7 @@ set -x
case "$CMD" in
up)
docker-compose up --build
docker-compose up --build "$@"
;;
run)
docker-compose run --rm --service-ports web