@ -88,7 +88,7 @@ jobs:
- setup_remote_docker
- run:
name: Build docker image
command: docker build --cache-from=app -t app .
command: docker build -t app .
- deploy:
name: Publish image to Docker Hub
command: |