Fix build

This commit is contained in:
2023-03-21 10:53:52 +02:00
parent 6bec3f5e84
commit 1763aee9ca
2 changed files with 14 additions and 1 deletions

View File

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