Don't need the build command

No longer needed, since we build them ahead of time ourselves.
This commit is contained in:
Zachary Laughlin 2023-07-13 12:19:15 -07:00 committed by GitHub
parent 2b44fd284e
commit 8ce4110f57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.**