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:
parent
48147883ce
commit
1e13997c5d
3 changed files with 18 additions and 2 deletions
2
bw-dev
2
bw-dev
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue