Skip to content

Commit

Permalink
fix: postCreateCommand wait-for-it script
Browse files Browse the repository at this point in the history
  • Loading branch information
yamcodes committed Oct 9, 2023
1 parent 0518690 commit 145492c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"studio": "bun db:studio"
},
// "postCreateCommand": "bun db:migrate && bun db:seed",
"postCreateCommand": "./scripts/wait-for-it db:5432 -t 60 -- bun db:migrate && bun db:seed",
"postCreateCommand": "./scripts/wait-for-it.sh db:5432 -t 60 -- bun db:migrate && bun db:seed",
"customizations": {
"vscode": {
"extensions": [
Expand Down

0 comments on commit 145492c

Please sign in to comment.