Skip to content

Commit 4aed77e

Browse files
committed
Run docker for building image
1 parent 590f459 commit 4aed77e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ jobs:
120120
command: yarn lint
121121

122122
create-docker-image:
123-
machine: true
123+
docker:
124+
- image: docker:18
124125
working_directory: ~/codesandbox-client
125126
steps:
126127
- restore_cache:

0 commit comments

Comments
 (0)