Skip to content

Commit ed7fc1c

Browse files
jamesthomprobert3005
authored andcommitted
Update dockerfile with correct path (apache#311)
1 parent c4893af commit ed7fc1c

File tree

1 file changed

+1
-1
lines changed
  • resource-managers/kubernetes/docker-minimal-bundle/src/main/docker/spark-base

1 file changed

+1
-1
lines changed

resource-managers/kubernetes/docker-minimal-bundle/src/main/docker/spark-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ COPY jars /opt/spark/jars
3333
COPY bin /opt/spark/bin
3434
COPY sbin /opt/spark/sbin
3535
COPY conf /opt/spark/conf
36-
COPY dockerfiles/spark-base/entrypoint.sh /opt/
36+
COPY kubernetes/docker/spark-base/entrypoint.sh /opt/
3737

3838
ENV SPARK_HOME /opt/spark
3939

0 commit comments

Comments
 (0)