Skip to content

Commit

Permalink
fix: add excute permission for wait-for-it.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raipen committed Mar 10, 2024
1 parent f3e7742 commit 37793f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
echo "wait db server"
chmod +x ./wait-for-it.sh
./wait-for-it.sh $DB_HOST:$DB_PORT

echo "start node server"
Expand Down

0 comments on commit 37793f7

Please sign in to comment.