mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-04-23 02:34:19 +00:00
bw-dev: run tooling as root-uid in web-container
this container things like pytest/formatter etc that writes to local directory simplest way for now to allow current bw-dev commands to work and run the actual services as non-root-uid
This commit is contained in:
parent
fe0aebb4a6
commit
01e002c4b8
1 changed files with 1 additions and 1 deletions
2
bw-dev
2
bw-dev
|
@ -35,7 +35,7 @@ function clean {
|
|||
}
|
||||
|
||||
function runweb {
|
||||
$DOCKER_COMPOSE run --rm web "$@"
|
||||
$DOCKER_COMPOSE run --user root --rm web "$@"
|
||||
}
|
||||
|
||||
function execdb {
|
||||
|
|
Loading…
Reference in a new issue