Browse Source

add buil docker file

main
hallouma875 6 years ago
parent
commit
56793d6771
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -75,8 +75,6 @@ jobs:
- restore_cache:
key: yarn-cache{{ checksum "yarn.lock" }}
- run: yarn install
- setup_remote_docker:
docker_layer_caching: true
- run:
name: Install Docker client
command: |

Loading…
Cancel
Save