Added missing .PHONY [CI SKIP]

This commit is contained in:
Jef Roosens 2021-06-25 12:51:17 +02:00
parent 68a19258d4
commit 49007e7a8f
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30

View file

@ -51,3 +51,4 @@ stop-db:
# =====DOCKER STUFF=====
image:
@ docker build -t hilde:latest .
.PHONY: image