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

standalone:

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