NAME := sneak/mastodon default: build build: docker build -t $(NAME) . run: docker run -ti $(NAME)