hungthinh/focalboard

By hungthinh

Updated 3 months ago

Open source project management for technical teams

Image
Content Management System
Integration & Delivery
Developer Tools
1

19

Docker:

To run it locally from offical image:

docker run -it -p 80:8000 hungthinh/focalboard:8.0.0

To build it for your current architecture: docker build -f docker/Dockerfile .

To build it for a custom architecture (experimental):

docker build -f docker/Dockerfile --platform linux/arm64.

Cross-compilation currently isn't fully supported, so please build on the appropriate platform. Refer to the GitHub Actions workflows (build-mac.yml, build-win.yml, build-ubuntu.yml) for the detailed list of steps on each platform.

Docker Pull Command

docker pull hungthinh/focalboard