7 lines
100 B
Makefile
7 lines
100 B
Makefile
|
|
build:
|
|
docker build -t glenux/debian-repo .
|
|
|
|
run:
|
|
docker run -i -t glenux/debian-repo /bin/bash
|
|
|