GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
2
Releases
Issues
3
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
docker-analytics
Browse code
Changed rules to match directory structure
master
spark3
1 parent
c18605b
commit
8316299aaa4ed58ce2b90d955b8c63ac62ed9bd7
Nigel Stanger
authored
on 10 May 2019
Patch
Showing
1 changed file
Makefile
Ignore Space
Show notes
View
Makefile
all: spark pyspark spark: spark/Dockerfile docker build -t analytics/spark:latest -f $< . pyspark: pyspark/Dockerfile docker build -t analytics/pyspark:latest -f $< .
all: spark pyspark spark: Dockerfile.spark docker build -t comp101/spark:latest -f $< . pyspark: Dockerfile.pyspark docker build -t comp101/pyspark:latest -f $< .
Show line notes below