forked from dockers/pixelfed
skip self-diagnosis
This commit is contained in:
parent
9fa079fac9
commit
f564fd6c24
|
@ -13,7 +13,7 @@ RUN set -xe;\
|
|||
cd www &&\
|
||||
curl -L https://github.com/hnrd/pixelfed/commit/${IP_PATCH}.patch | git apply &&\
|
||||
curl -L https://github.com/hnrd/pixelfed/commit/${DISCOVERY_PATCH}.patch | git apply &&\
|
||||
composer require beyondcode/laravel-self-diagnosis &&\
|
||||
# composer require beyondcode/laravel-self-diagnosis &&\
|
||||
composer install --prefer-dist --no-interaction --no-ansi --no-dev --optimize-autoloader &&\
|
||||
ln -s public html &&\
|
||||
chown -R www-data:www-data /var/www &&\
|
||||
|
|
Loading…
Reference in New Issue