calibre-web/install_features_branch.sh
JonathanHerrewijnen b2a6fa5177 Unable to get image to use my git repository
So added custom commands to replace repo files
2022-11-30 15:09:57 +00:00

9 lines
239 B
Bash

# Make sure git is installed
apt-get update -y
apt-get install git -y
mkdir /app/temp
cd /app/temp
git clone -b features https://github.com/JonathanHerrewijnen/calibre-web.git
cp calibre-web/cps/* ../calibre-web/cps/ -r -f
rm -r /app/temp