5 lines
69 B
Makefile
5 lines
69 B
Makefile
.PHONY: clean
|
|
|
|
image:
|
|
docker build -t takahe -f docker/Dockerfile .
|