Skip to content

Commit 0cc25ba

Browse files
committed
Merge branch 'master' of github.com:Mathics3/mathics-omnibus
2 parents f50be0e + f37593f commit 0cc25ba

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)