@ -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>
|
<Note>
|
||||||
If you're self-hosting Typebot, [sponsoring
|
If you're self-hosting Typebot, [sponsoring
|
||||||
me](https://github.com/sponsors/baptisteArno) is a great way to give back to
|
me](https://github.com/sponsors/baptisteArno) is a great way to give back to
|
||||||
|
@ -35,6 +35,7 @@ const inspectUser = async () => {
|
|||||||
isVerified: true,
|
isVerified: true,
|
||||||
stripeId: true,
|
stripeId: true,
|
||||||
isSuspended: true,
|
isSuspended: true,
|
||||||
|
isPastDue: true,
|
||||||
members: {
|
members: {
|
||||||
select: {
|
select: {
|
||||||
role: true,
|
role: true,
|
||||||
|
Reference in New Issue
Block a user