2
0

📝 Add docker manual image build instructions

Closes #1285
This commit is contained in:
Baptiste Arnaud
2024-04-23 08:48:35 +02:00
parent 5fb20e36eb
commit 6594723daf
2 changed files with 15 additions and 0 deletions

View File

@ -324,6 +324,20 @@ services:
"
```
## Build your own images
To build your own builder Docker image
```sh
docker build -t typebot-builder --build-arg SCOPE=builder .
```
To build your own viewer Docker image
```sh
docker build -t typebot-viewer --build-arg SCOPE=viewer .
```
<Note>
If you're self-hosting Typebot, [sponsoring
me](https://github.com/sponsors/baptisteArno) is a great way to give back to