Update README.md

This commit is contained in:
2023-09-12 21:07:30 +02:00
committed by GitHub
parent 109959b3b7
commit 3a50856421

View File

@@ -23,7 +23,7 @@ The Dockerfile consists of two stages:
4. Place your custom apps (APK files) in the `/repo` directory.
5. Build the Docker image using the provided Dockerfile: `docker build -t fdroid-repo-server .`
5. Build the Docker image using the provided Dockerfile: `docker build -t fdroid-repo-server .` (you can also use `docker compose build` to use the default settings
6. Run a container using the built image: `docker run -d -p 80:80 --name fdroid-repo-server fdroid-repo-server`