Fix build
This commit is contained in:
10
README.md
10
README.md
@@ -14,6 +14,16 @@ The simplest way to run the project currently is by building and running the doc
|
||||
bash .docker/build.bash
|
||||
```
|
||||
|
||||
If build fails, consider clearing build cache
|
||||
|
||||
``` sh
|
||||
podman builder prune --all
|
||||
```
|
||||
or
|
||||
``` sh
|
||||
docker builder prune --all
|
||||
```
|
||||
|
||||
### Run built container
|
||||
``` sh
|
||||
bash .docker/run.bash
|
||||
|
||||
Reference in New Issue
Block a user