Skip to content

Commit feadb67

Browse files
author
Elad Ben-Israel
authored
Update buildspec.yaml
1 parent d3c79d4 commit feadb67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ phases:
66
install:
77
commands:
88
# Start docker daemon inside the container
9-
- nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://127.0.0.1:2375 --storage-driver=overlay2&
9+
- nohup /usr/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://127.0.0.1:2375 --storage-driver=overlay2&
1010
- timeout 15 sh -c "until docker info; do echo .; sleep 1; done"
1111

1212
# Install yarn if it wasn't already present in the image

0 commit comments

Comments
 (0)