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

Commit 2a5fdd7

Browse files
authored
Merge pull request #61 from jpopelka/make-image-dev-no-cache
[Makefile] new image-dev-no-cache target
2 parents 13abb86 + 93520df commit 2a5fdd7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ image:
1010
image-dev:
1111
docker build --tag=$(IMAGE_NAME_DEV) -f Dockerfile.dev .
1212

13+
image-dev-no-cache:
14+
docker build --no-cache --tag=$(IMAGE_NAME_DEV) -f Dockerfile.dev .
15+
1316
image-test:
1417
docker build --tag=$(TEST_IMAGE_NAME) -f Dockerfile.test .
1518

0 commit comments

Comments
 (0)