mirror of
https://codeberg.org/scip/swaybuild.git
synced 2025-12-16 20:11:02 +01:00
16 lines
208 B
Markdown
16 lines
208 B
Markdown
# my personal sway docker builder
|
|
|
|
# to build
|
|
|
|
```default
|
|
docker compose up --build
|
|
```
|
|
|
|
Then find the binaries in `./opt`.
|
|
|
|
# to troubleshoot
|
|
|
|
```default
|
|
docker compose run --entrypoint bash swayfxbuild
|
|
```
|