mastodon-docker/Makefile

14 lines
251 B
Makefile
Raw Normal View History

NAME := sneak/mastodon
2019-12-08 05:10:21 +00:00
default: build
build:
docker build -t $(NAME) .
run:
2019-12-09 09:15:23 +00:00
-docker rm -f mastodon
docker run --env WEB_DOMAIN="test123.example.com" --hostname mastodon --name mastodon -ti $(NAME)
deploy:
caprover deploy -a mastodon --default