5 lines
64 B
Makefile
5 lines
64 B
Makefile
default: build
|
|
|
|
build:
|
|
docker build -t sneak/docker-linux-vm .
|