diff --git a/.circleci/config.yml b/.circleci/config.yml index 25da67f..d2a1a51 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -69,7 +69,7 @@ jobs: - checkout - setup_remote_docker - run: - name: dockerize the app + name: Dockerize command: | docker build --cache-from=app -t app . - run: