Browse Source

update confile file 🔨

main
zelleg 4 years ago
parent
commit
66b7f3283a
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -78,7 +78,7 @@ jobs:
- run: - run:
name: Build application Docker image name: Build application Docker image
command: | command: |
sudo docker build --cache-from=app -t app .
docker build --cache-from=app -t app . ; exit 0
- deploy: - deploy:
name: Publish application to docker hub name: Publish application to docker hub
command: | command: |

Loading…
Cancel
Save