baptisteArno / typebot.io

💬 Typebot is a powerful chatbot builder that you can self-host.

Home Page:https://typebot.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/bin/sh: 1: /app/builder-entrypoint.sh: not found

bruno-growthsales opened this issue · comments

Hi guys, after builder typebot image from my local pc from this recommendations:

Step 1: Build my own images with:

docker build -t typebot-builder --build-arg SCOPE=builder .
and
docker build -t typebot-viewer --build-arg SCOPE=viewer .

Step 2: docker push imagem to my docker hub

Step 3: Execute stack in Docker Portainer 2.20.1 ( ubuntu 20.04 )

I receve this massage:
/bin/sh: 1: /app/builder-entrypoint.sh: not found

The same issue show local too!

Anyone, know what's the issue?

use this dos2unix typebot.io/scripts/builder-entrypoint.sh, must be WindowsCRLF issue

ref: https://stackoverflow.com/a/67942312

dos2unix typebot.io/scripts/builder-entrypoint.sh

thank you @kunal232i

Hi guys, after builder typebot image from my local pc from this recommendations:

Step 1: Build my own images with:

docker build -t typebot-builder --build-arg SCOPE=builder . and docker build -t typebot-viewer --build-arg SCOPE=viewer .

Step 2: docker push imagem to my docker hub

Step 3: Execute stack in Docker Portainer 2.20.1 ( ubuntu 20.04 )

I receve this massage: /bin/sh: 1: /app/builder-entrypoint.sh: not found

The same issue show local too!

Anyone, know what's the issue?