Skip to content

Commit 40c2920

Browse files
committed
build: add prepare command
1 parent 93ba770 commit 40c2920

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,9 @@ clean:
3232
docker-compose rm
3333
docker network prune
3434

35-
.PHONY: all build tag push clean
35+
prepare:
36+
docker pull debian:stretch-slim
37+
docker pull etherpad/etherpad
38+
FORCE_REBUILD=1 $(MAKE)
39+
40+
.PHONY: all build tag push clean prepare

0 commit comments

Comments
 (0)