Tarskan 5 years ago
parent
commit
329ebb5af3
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

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

Loading…
Cancel
Save