4 lines
81 B
Makefile
4 lines
81 B
Makefile
all: build
|
|
docker run yauk.tv/bench
|
|
build:
|
|
sudo docker build . -t yauk.tv/bench
|