Skip to content

Commit

Permalink
fix(self-host): 🐛 docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Mar 25, 2022
1 parent 2ded3cd commit f22fbc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added apps/viewer/public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

3 comments on commit f22fbc9

@vercel
Copy link

@vercel vercel bot commented on f22fbc9 Mar 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on f22fbc9 Mar 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-v2 – ./apps/builder

builder-v2-git-main-typebot-io.vercel.app
app.typebot.io
builder-v2-typebot-io.vercel.app

Please sign in to comment.