Skip to content

Commit

Permalink
Update buildspec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Ben-Israel committed Apr 30, 2020
1 parent c7852e9 commit 9f85d87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ version: 0.2
phases:
install:
commands:
# Start docker daemon inside the container
- nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://127.0.0.1:2375 --storage-driver=overlay2&
- timeout 15 sh -c "until docker info; do echo .; sleep 1; done"

# Install yarn if it wasn't already present in the image
- yarn --version || npm -g install yarn
pre_build:
Expand Down

0 comments on commit 9f85d87

Please sign in to comment.