mastodon-docker/Makefile

10 lines
104 B
Makefile

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