mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-10-01 01:45:38 -04:00
1d7a8cd506
This brings it back to 2.2GB: docker image ls REPOSITORY TAG IMAGE ID CREATED SIZE key1 latest 7456feccd2fd Less than a second ago 2.22GB
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
|