
all:
	docker build -t vanessa/nu-plugin-plus .

standalone:

	docker build -f Dockerfile.standalone -t vanessa/nu-plugin-plus .
