build :
	mkdir -p app
	cp ../../package.json app
	docker build -t nodezoo-shared:1 .

clean :
	rm *~

.PHONY : build clean
