2
0

build: add pnpm

This commit is contained in:
Baptiste Arnaud
2022-08-08 08:21:36 +02:00
parent 8c3b5058f1
commit ee338f62dc
183 changed files with 19442 additions and 18364 deletions

View File

@ -13,7 +13,6 @@ services:
context: .
args:
- SCOPE=builder
restart: always
depends_on:
- db
ports:
@ -33,7 +32,6 @@ services:
context: .
args:
- SCOPE=viewer
restart: always
ports:
- '8081:3000'
# See https://docs.typebot.io/self-hosting/configuration for more configuration options