7 lines
72 B
Makefile
7 lines
72 B
Makefile
|
default: build
|
||
|
|
||
|
.PHONY: build
|
||
|
|
||
|
build:
|
||
|
docker build -t sneak/workbase .
|