Share feedback, ideas and get community help

D
F
M
a
g

Containers not showing latest changes

I have added a new block and changes are not being shown in the UI, I suspect my changes are not reflected in the container because I do not see the complete folder structure inside apps/src. Also what is the purpose of yaml file named docker-compose.build.yml do we need to run it at any stage ?
z
o
B
10 comments
I think I would have to rebuild the docker file using this docker-compose.build yaml file and use those images ?
I tried to build but everytime image building process gets broken at this step. I even created a standalone folder manually but still same. What am I missing ? @Baptiste any guidance pls
Attachment
Screenshot_2024-02-12_at_12.14.43_AM.png
I have following under .next
Plain Text
root@debian-s-2vcpu-4gb-amd-sfo3-01:~/latest_typebot/apps/builder/.next# ls
build-manifest.json  cache  package.json  react-loadable-manifest.json  server  static  trace
run pnpm dev
I am trying to compile dockerfile to have my changes embed
Ahh I think you are deploying the official type bot image and not your modified image
You'd have to build new docker images, yes if you self-host using Docker
To build the builder: docker build --build-arg="SCOPE=builder" .
For the viewer: docker build --build-arg="SCOPE=viewer" .
Add a reply
Sign up and join the conversation on Discord
Join