mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-08 00:51:55 +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"
|