manage_docker_export
Creates or reads a Dockerfile for headless Godot exports, enabling automated builds with specified base image, export preset, and Godot version.
Instructions
Create Dockerfile for headless Godot export
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action: create or read | |
| baseImage | No | Base Docker image (default: ubuntu:22.04) | |
| projectPath | Yes | Absolute path to Godot project | |
| exportPreset | No | Export preset name | |
| godotVersion | No | Godot version (e.g. 4.3-stable) |