about ready to start testingabout ready to start testing

This commit is contained in:
2019-12-07 22:50:36 -08:00
parent bf6a0dc199
commit c7b081f5b9
10 changed files with 107 additions and 5 deletions

View File

@@ -1,4 +1,9 @@
NAME := sneak/mastodon
default: build
build:
docker build -t sneak/mastodon .
docker build -t $(NAME) .
run:
docker run -ti $(NAME)