mirror of
https://github.com/jointakahe/takahe.git
synced 2024-12-28 08:00:33 +00:00
5 lines
69 B
Makefile
5 lines
69 B
Makefile
|
.PHONY: clean
|
||
|
|
||
|
image:
|
||
|
docker build -t takahe -f docker/Dockerfile .
|