Update phony targets

This commit is contained in:
Daniele Tricoli 2022-11-28 18:29:38 +01:00 committed by GitHub
parent dd21619228
commit 8c51229fc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
.PHONY: clean
.PHONY: image docs compose_build compose_up compose_down
image:
docker build -t takahe -f docker/Dockerfile .