Skip to content

Commit

Permalink
docker: Ensure setup.sh creates the container before starting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis committed Dec 12, 2019
1 parent 7f56dc0 commit 2731ff3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ if ! which jq 2>&1 > /dev/null; then
exit 1
fi

# Create the graph-node container
docker-compose up --no-start graph-node

# Start graph-node so we can inspect it
docker-compose start graph-node

Expand Down

0 comments on commit 2731ff3

Please sign in to comment.