mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-07 16:41:55 +00:00
7 lines
103 B
Bash
Executable File
7 lines
103 B
Bash
Executable File
#! /bin/bash
|
|
# replace config
|
|
|
|
cp /mnt/config/spark/* $SPARK_HOME/conf
|
|
|
|
bash -c "/etc/bootstrap.sh -d"
|