Skip to content

Commit

Permalink
add --no-cache to docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristK committed Mar 13, 2021
1 parent 3a8b558 commit ec2ae4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Every time a change is pushed on this repo a new docker container is built autom

To install and push to dockerhub manually on would do,
```bash
sudo docker build -t [docker-USERNAME]/workhorse-r-prerequisite . # replace [docker-USERNAME] with your docker usename
sudo docker build --no-cache -t [docker-USERNAME]/workhorse-r-prerequisite . # replace [docker-USERNAME] with your docker usename
sudo docker login
sudo docker push [docker-USERNAME]/workhorse-r-prerequisite # replace [docker-USERNAME] with your docker usename
```

0 comments on commit ec2ae4e

Please sign in to comment.