Skip to content

Commit

Permalink
build(docker): 🐛 Command typo
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Apr 4, 2022
1 parent 56f1d5f commit ceedb05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- './apps/builder/.env.production'
entrypoint: >
/bin/sh -c "
./node_modules/bin/prisma generate;
./node_modules/.bin/prisma generate;
echo 'Waiting 5s for db to be ready...';
sleep 5;
./node_modules/.bin/prisma migrate deploy;
Expand All @@ -42,7 +42,7 @@ services:
- './apps/viewer/.env.production'
entrypoint: >
/bin/sh -c "
./node_modules/bin/prisma generate;
./node_modules/.bin/prisma generate;
node server.js;"
volumes:
db_data:
Expand Down

4 comments on commit ceedb05

@vercel
Copy link

@vercel vercel bot commented on ceedb05 Apr 4, 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-typebot-io.vercel.app
builder-v2-git-main-typebot-io.vercel.app
app.typebot.io

@vercel
Copy link

@vercel vercel bot commented on ceedb05 Apr 4, 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 ceedb05 Apr 4, 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 ceedb05 Apr 4, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.