A community member asked how to create a custom Typebot image, and provided the commands docker build -t typebot-builder --build-arg SCOPE=builder . and docker build -t typebot-viewer --build-arg SCOPE=viewer .. However, they encountered an issue where the generated Docker image produced the error /bin/sh: 1: ./builder-entrypoint.sh: not found. After some discussion, another community member suggested that specifying which image they are building ("builder" or "viewer") in the Dockerfile solved the problem.