# Only needed for local testing - this builds and runs the docker images for aptmirror and nginx
all: rebuild

rebuild:
	cd nginx && make all
