2025-11-05 20:18:19 +01:00
|
|
|
# my personal sway docker builder
|
|
|
|
|
|
2025-08-29 13:27:09 +02:00
|
|
|
# to build
|
|
|
|
|
|
|
|
|
|
```default
|
|
|
|
|
docker compose up --build
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Then find the binaries in `./opt`.
|
|
|
|
|
|
|
|
|
|
# to troubleshoot
|
|
|
|
|
|
|
|
|
|
```default
|
|
|
|
|
docker compose run --entrypoint bash swayfxbuild
|
|
|
|
|
```
|