17 lines
241 B
Markdown
17 lines
241 B
Markdown
|
|
|
|
Command to build
|
|
|
|
```
|
|
cd ~/projects/mine/aur_builder/
|
|
podman build -t gitea.balki.me/balki/aur_builder:exp .
|
|
```
|
|
|
|
Command to run
|
|
|
|
```
|
|
cd /home/balki/gotosocial_aur/
|
|
podman run --rm -v $PWD:/w -it gitea.balki.me/balki/aur_builder:exp
|
|
Y
|
|
```
|