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

Commit

Permalink
[Makefile] new image-dev-no-cache target
Browse files Browse the repository at this point in the history
  • Loading branch information
jpopelka committed May 28, 2018
1 parent 13abb86 commit 93520df
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 93520df

Please sign in to comment.