Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #61 from jpopelka/make-image-dev-no-cache
Browse files Browse the repository at this point in the history
[Makefile] new image-dev-no-cache target
  • Loading branch information
jpopelka authored May 28, 2018
2 parents 13abb86 + 93520df commit 2a5fdd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ image:
image-dev:
docker build --tag=$(IMAGE_NAME_DEV) -f Dockerfile.dev .

image-dev-no-cache:
docker build --no-cache --tag=$(IMAGE_NAME_DEV) -f Dockerfile.dev .

image-test:
docker build --tag=$(TEST_IMAGE_NAME) -f Dockerfile.test .

Expand Down

0 comments on commit 2a5fdd7

Please sign in to comment.