Update readme to delete containers after build
This commit is contained in:
parent
d2b335280f
commit
66c20f578c
|
@ -31,11 +31,11 @@ podman build -t cameo-build:latest .
|
|||
## Building Cameo
|
||||
|
||||
```
|
||||
podman run -v $(pwd)/Cameo-mod:/workdir localhost/cameo-build:latest
|
||||
podman run --rm -v $(pwd)/Cameo-mod:/workdir localhost/cameo-build:latest
|
||||
```
|
||||
|
||||
To build the release packages (exe, AppImage):
|
||||
|
||||
```
|
||||
podman run -v $(pwd)/Cameo-mod:/workdir -e RELEASE_VERSION=$(git --git-dir=Cameo-mod/.git --work-tree=Cameo-mod describe --tags) localhost/cameo-build:latest
|
||||
podman run --rm -v $(pwd)/Cameo-mod:/workdir -e RELEASE_VERSION=$(git --git-dir=Cameo-mod/.git --work-tree=Cameo-mod describe --tags) localhost/cameo-build:latest
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue