We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a75fe commit b24db24Copy full SHA for b24db24
README.md
@@ -25,7 +25,7 @@ Build the Docker image:
25
26
```sh
27
$ eval $(minikube docker-env)
28
-$ docker build -t spark-hadoop:2.2.1 .
+$ docker build -t spark-hadoop:2.2.1 -f ./docker/Dockerfile ./docker
29
```
30
31
Create the deployments and services:
0 commit comments