mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-26 03:23:01 +00:00
* Revert "feat: use flutter_distrubutor to build linux and macos packages (#7392)"
This reverts commit 6dc45c9830
.
* fix: linux link issue
* fix: outline doesn't work well in columns
* fix: cannot drag a block under a table that’s in the second column
Docker image
Build AppFlowy docker image using the following command:
docker-compose build --build-arg uid=$(id -u) --build-arg gid=$(id -g)
For more information, check out our documentation: