Skip to content

Commit 7545937

Browse files
committed
Try "This step helps you avoid the Docker-in-Docker problem. In fact, we’re setting up an environment that is isolated from the CI (or primary) container, then using the remote host’s Docker Engine."
1 parent deb984f commit 7545937

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ commands:
1717
description: "Ensure built assets are up to date"
1818
steps:
1919
- checkout
20+
- setup_remote_docker
2021
# - run: npm ci
2122
- run: make docker-images
2223
- run: make docker-run

0 commit comments

Comments
 (0)