Parcourir la source

update makefile

Zhang Li il y a 2 ans
Parent
commit
72e7f0361e
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      Makefile

+ 3 - 1
Makefile

@@ -1,5 +1,7 @@
 
-.PHONY: all
+.PHONY: all prod test
+
+all: prod test
 
 prod:
 	@DOCKER_BUILDKIT=1 docker build -f docker/Dockerfile  --build-arg BUILDKIT_INLINE_CACHE=1  --target image-prod -t livy:prod .