2
0

fix(self-host): 🐛 docker build

This commit is contained in:
Baptiste Arnaud
2022-03-25 17:04:57 +01:00
parent 2ded3cd9c7
commit f22fbc9ade
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 B

View File

@ -22,7 +22,7 @@ services:
entrypoint: >
/bin/sh -c "
sleep 10;
npx prisma migrate deploy;
./node_modules/.bin/prisma migrate deploy;
node server.js;"
typebot_viewer:
depends_on: