Recommend running the container with local user privileges to ensure consistent file premission when building

This commit is contained in:
Alexander Schlarb 2018-04-04 20:50:51 +02:00
parent 1ab3ee8b5d
commit 3379575cce

View file

@ -7,5 +7,5 @@ Android SDK with this image, you'll need to mount your own local copy.
It can be run using:
```console
$ docker run --rm -v $(pwd):/repo registry.gitlab.com/fdroid/docker-executable-fdroidserver:latest
$ docker run --rm -u $(id -u):$(id -g) -v $(pwd):/repo registry.gitlab.com/fdroid/docker-executable-fdroidserver:latest
```