mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
fix(self-host): 🐛 docker build
This commit is contained in:
parent
2ded3cd9c7
commit
f22fbc9ade
BIN
apps/viewer/public/favicon.png
Normal file
BIN
apps/viewer/public/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 558 B |
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user