hungthinh/focalboard
Open source project management for technical teams
19
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 hungthinh/focalboard