build: add prepare command

This commit is contained in:
Saúl Ibarra Corretgé 2020-03-30 11:05:03 +02:00
parent 93ba77021b
commit 40c2920dab
1 changed files with 6 additions and 1 deletions

View File

@ -32,4 +32,9 @@ clean:
docker-compose rm
docker network prune
.PHONY: all build tag push clean
prepare:
docker pull debian:stretch-slim
docker pull etherpad/etherpad
FORCE_REBUILD=1 $(MAKE)
.PHONY: all build tag push clean prepare