From 8ce4110f570e79d9c0cde2c4b257e0c0c5bc6a3f Mon Sep 17 00:00:00 2001 From: Zachary Laughlin <33877007+ZaxLofful@users.noreply.github.com> Date: Thu, 13 Jul 2023 12:19:15 -0700 Subject: [PATCH] Don't need the build command No longer needed, since we build them ahead of time ourselves. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6751fa..367cb09 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ A fork of techfreak's [Pathfinder-container](https://gitlab.com/techfreak/pathfi 1. **Build & Run it** ```shell - docker network create web && docker-compose up -d --build + docker network create web && docker-compose up -d ``` 1. **Open the http://< your-domain >/setup page.**