mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-07-26 16:08:13 +00:00
6e9361eb7c
Docker bind mount fails when mounting a file that doesn't exist on the host (creates a directory instead). In CI, the container's $WORK_DIR path differs from the host path, so the file mount failed. Changed to mount a single answer-server/ directory containing both default.toml and answers/ subdirectory. Replaced two TF variables (answer_files_dir, default_answer_file) with one (answer_server_dir). Layout: $WORK_DIR/answer-server/default.toml + answers/<mac>.toml Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>