diff --git a/Makefile b/Makefile index c4b0b11..c7ed728 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: spark pyspark spark: spark/Dockerfile - docker build -t analytics/spark:latest -f $< . + docker build -t analytics/spark:latest -f $< $@ pyspark: pyspark/Dockerfile - docker build -t analytics/pyspark:latest -f $< . + docker build -t analytics/pyspark:latest -f $< $@