mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-10-01 01:45:38 -04:00
6 lines
133 B
Makefile
6 lines
133 B
Makefile
|
build:
|
||
|
docker build -t key1 .
|
||
|
|
||
|
run:
|
||
|
docker run --mount type=bind,source="`pwd`/../",target=/build -w /build -it key1 /usr/bin/bash
|