mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-13 01:36:43 +00:00
7 lines
103 B
Bash
7 lines
103 B
Bash
|
|
#! /bin/bash
|
||
|
|
# replace config
|
||
|
|
|
||
|
|
cp /mnt/config/spark/* $SPARK_HOME/conf
|
||
|
|
|
||
|
|
bash -c "/etc/bootstrap.sh -d"
|