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 2c413e6 commit f78d0bdCopy full SHA for f78d0bd
spark/Dockerfile
@@ -21,7 +21,7 @@ ENV SPARK_HOME ${HOME}/spark-${SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}
21
ENV PATH ${PATH}:${SPARK_HOME}/bin
22
23
COPY files/times.json /home/ubuntu/times.json
24
-COPY files/readme.txt /home/ubuntu/readme.txt
+COPY files/README.md /home/ubuntu/README.md
25
COPY files/examples.scala /home/ubuntu/examples.scala
26
COPY files/initDocuments.scala /home/ubuntu/initDocuments.scala
27
0 commit comments