Skip to content

Commit f37593f

Browse files
Add "docker-pull" target
1 parent b274e0b commit f37593f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ endif
3030
#: Default target - same as "develop"
3131
all: docker-image
3232

33+
#: Build docker image with cache clearing
34+
docker-pull:
35+
$(DOCKER) pull mathicsorg/mathics:latest
36+
3337
#: Push local docker image to dockerhub with tag: latest
3438
install push upload:
3539
$(DOCKER) push mathicsorg/mathics:latest

0 commit comments

Comments
 (0)