1
0
Fork 1
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:
Ilkka Ollakka 2025-04-05 14:51:31 +03:00
parent fe0aebb4a6
commit 01e002c4b8

2
bw-dev
View file

@ -35,7 +35,7 @@ function clean {
}
function runweb {
$DOCKER_COMPOSE run --rm web "$@"
$DOCKER_COMPOSE run --user root --rm web "$@"
}
function execdb {