Zhang Li 2 anni fa
parent
commit
72e7f0361e
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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 .