5 lines
61 B
Makefile
5 lines
61 B
Makefile
|
default: build
|
||
|
|
||
|
build:
|
||
|
docker build -t sneak/ubuntumirror .
|