Skip to content
Snippets Groups Projects
Dockerfile 85 B
# Spark Master
FROM spark-test-base
ADD default_cmd /root/
CMD ["/root/default_cmd"]