From 3a508564214b953b1ff0be07ecfdf92152227d78 Mon Sep 17 00:00:00 2001 From: Daniele Viti Date: Tue, 12 Sep 2023 21:07:30 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b08feab..40ec3e5 100644 --- a/README.md +++ b/README.md @@ -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`