tillitis-key/contrib/Makefile

6 lines
133 B
Makefile
Raw Normal View History

build:
docker build -t key1 .
run:
docker run --mount type=bind,source="`pwd`/../",target=/build -w /build -it key1 /usr/bin/bash