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