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