Fix for missing single quotation marks

This commit is contained in:
TBK 2020-02-16 11:16:18 +01:00
parent 0b1b040ad0
commit 9790fc72d2
No known key found for this signature in database
GPG Key ID: 6D4FD19CB66C95EA
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ RUN set -ex \
&& tar --strip-components=1 -xzf BookStack-${BOOKSTACK_VERSION}.tar.gz \
&& rm -rf ${BOOKSTACK}-${BOOKSTACK_VERSION}.tar.gz .env.example .gitattributes .github .gitignore .travis.yml tests/ public/index.php \
&& ln -s init.php bootstrap/autoload.php \
&& curl -LJO https://gist.githubusercontent.com/TBK/6abf876e9559cf2477ad0d16bbf648db/raw/bc67e5a416f586df16d77af3fc58c2eb3f8ffb77/validator_and_shelf_cover_fix.patch \
&& curl -LJO https://gist.githubusercontent.com/TBK/6abf876e9559cf2477ad0d16bbf648db/raw/c9806280ac859c069d4df640e53b6d3346871637/validator_and_shelf_cover_fix.patch \
&& patch -p1 < validator_and_shelf_cover_fix.patch \
&& rm validator_and_shelf_cover_fix.patch \
&& echo "Get Dependencies:" \

View File

@ -25,7 +25,7 @@ services:
- backend
app:
image: jjtc/bookstack-ppm:0.28.2-r0
image: jjtc/bookstack-ppm:0.28.2-r1
build: ./app/
restart: unless-stopped
depends_on: