Debug and fix your Blueprint builds in Runloop.
{blueprint_id}
with your actual Blueprint ID.
preview
endpoint to get the full Docker configuration:
jq
to extract the Dockerfile from the response and save it to a file named Dockerfile.runloop
.Dockerfile.runloop
ready, you can test and debug the build locally:
GH_TOKEN
is valid and has the necessary permissions.system_setup_commands
are correct and compatible with the base image.install_command
is appropriate for your project.