mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
4 lines
193 B
Bash
Executable File
4 lines
193 B
Bash
Executable File
#!/bin/bash
|
|
docker build -t bauh-appimage --build-arg bauh_commit=$BAUH_COMMIT .
|
|
docker run --cap-add=SYS_ADMIN --device /dev/fuse --mount type=bind,source="$(pwd)",target=/build bauh-appimage
|