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