Skip to content

Commit

Permalink
refactor: not using cache to build docker
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigocaus committed Nov 9, 2020
1 parent e944c31 commit 958b4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

DOCKER_IMAGE=ger-vsss

docker build -t $DOCKER_IMAGE .
docker build --no-cache -t $DOCKER_IMAGE .

0 comments on commit 958b4c4

Please sign in to comment.