DeploymentDockerVersion: 0.5.0On this pageDocker Build and run the TFGQL server in a Docker container. Build the Docker image npm run docker:build This uses Docker Buildx to build multi-platform images (amd64 and arm64). Run the container docker run -p 4000:4000 --env-file .env tfgql The server will listen on port 4000 by default.