4 lines
91 B
Docker
4 lines
91 B
Docker
FROM gcr.io/google_containers/spark-base:1.4.0_v1
|
|
ADD start.sh /start.sh
|
|
CMD ["/start.sh"]
|