Hackfix KanBoard postgres schema (will be fixed in 1.2.9)

This commit is contained in:
Disassembler 2019-03-22 14:39:25 +01:00
parent b4b03d3505
commit fda64ee225
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -15,6 +15,9 @@ RUN EOF
unzip /srv/kanboard.zip -d /srv unzip /srv/kanboard.zip -d /srv
mv /srv/kanboard-1.2.8 /srv/kanboard mv /srv/kanboard-1.2.8 /srv/kanboard
# Hackfix postgres schema (will be fixed in 1.2.9)
wget https://raw.githubusercontent.com/kanboard/kanboard/master/app/Schema/Sql/postgres.sql -O /srv/kanboard/app/Schema/Sql/postgres.sql
# Install plugins # Install plugins
git clone --depth=1 https://github.com/BlueTeck/kanboard_plugin_overwrite_translation /srv/kanboard/plugins/Overwrite_translation git clone --depth=1 https://github.com/BlueTeck/kanboard_plugin_overwrite_translation /srv/kanboard/plugins/Overwrite_translation
git clone --depth=1 https://github.com/BlueTeck/kanboard_plugin_coverimage /srv/kanboard/plugins/Coverimage git clone --depth=1 https://github.com/BlueTeck/kanboard_plugin_coverimage /srv/kanboard/plugins/Coverimage