mirror of
https://gitlab.com/fdroid/docker-executable-fdroidserver.git
synced 2025-01-16 03:02:23 +01:00
Recommend running the container with local user privileges to ensure consistent file premission when building
This commit is contained in:
parent
1ab3ee8b5d
commit
3379575cce
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ Android SDK with this image, you'll need to mount your own local copy.
|
||||||
It can be run using:
|
It can be run using:
|
||||||
|
|
||||||
```console
|
```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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue