Skip to content

Commit

Permalink
fix: kong wasn't rebuilt on init
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo authored Jun 28, 2021
1 parent cd8d4cb commit 258a75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default {
})

await run(
'docker-compose --file .supabase/docker/docker-compose.yml build --no-cache && docker-compose --file .supabase/docker/docker-compose.yml --project-name supabase up --no-start --renew-anon-volumes',
'docker-compose --file .supabase/docker/docker-compose.yml build --no-cache && docker-compose --file .supabase/docker/docker-compose.yml --project-name supabase up --build --no-start --renew-anon-volumes',
{ trim: true }
).catch((err) => {
remove('.supabase')
Expand Down

0 comments on commit 258a75d

Please sign in to comment.