From 66b7f3283aa1430e52252e844f4547e065118e26 Mon Sep 17 00:00:00 2001 From: zelleg Date: Sat, 15 Jan 2022 14:40:36 +0100 Subject: [PATCH] =?UTF-8?q?update=20confile=20file=20=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 33a8f16..62bf3d5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -78,7 +78,7 @@ jobs: - run: name: Build application Docker image command: | - sudo docker build --cache-from=app -t app . + docker build --cache-from=app -t app . ; exit 0 - deploy: name: Publish application to docker hub command: |