File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y git zlib1g-dev libfreetype6-dev libjpeg
12
12
&& docker-php-ext-install gd \
13
13
&& cd /var/www && curl -sS https://getcomposer.org/installer | php \
14
14
&& mv /var/www/composer.phar /usr/local/bin/composer \
15
- && wget https://github.com/ssddanbrown /BookStack/archive/v${BOOKSTACK_VERSION}.tar.gz -O ${BOOKSTACK}.tar.gz \
15
+ && wget https://github.com/BookStackApp /BookStack/archive/v${BOOKSTACK_VERSION}.tar.gz -O ${BOOKSTACK}.tar.gz \
16
16
&& tar -xf ${BOOKSTACK}.tar.gz && mv BookStack-${BOOKSTACK_VERSION} ${BOOKSTACK_HOME} && rm ${BOOKSTACK}.tar.gz \
17
17
&& cd $BOOKSTACK_HOME && composer install \
18
18
&& chown -R www-data:www-data $BOOKSTACK_HOME \
You can’t perform that action at this time.
0 commit comments