5 lines
57 B
Makefile
5 lines
57 B
Makefile
|
default: build
|
||
|
|
||
|
build:
|
||
|
docker build -t sneak/mastodon .
|