Skip to content

Commit

Permalink
chore(gitpod): wait for docker-up
Browse files Browse the repository at this point in the history
  • Loading branch information
MeStrak committed Jan 24, 2021
1 parent c9a7c31 commit 35d403f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitpod.spin-up.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
echo -n "Waiting for a few seconds to ensure that docker has started before spinning everything up..." && sleep 1 && echo -n . && sleep 1 && echo -n . && sleep 1 && echo -n .
echo "Starting up dev environment dockers (mongo, redis, localstack)..."
echo
docker-compose -f docker-compose.dev.yml up -d
Expand Down

0 comments on commit 35d403f

Please sign in to comment.