mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-13 02:41:08 +00:00
10 lines
160 B
Makefile
10 lines
160 B
Makefile
.PHONY: clean
|
|
|
|
image:
|
|
docker build -t takahe -f docker/Dockerfile .
|
|
|
|
docs:
|
|
cd docs/ && make html
|
|
|
|
compose_up:
|
|
docker-compose -f docker/docker-compose.yml up
|