Browse Source

update confile file 🔨

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

2
.circleci/config.yml

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

Loading…
Cancel
Save