bug workaround
dockers/pixelfed/pipeline/head This commit looks good Details

This commit is contained in:
chris 2021-12-30 17:55:41 +01:00
parent 76620c2609
commit 9d6db46dd7
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ RUN set -xe;\
git clone https://github.com/pixelfed/pixelfed.git www &&\
cd www &&\
curl -L https://github.com/hnrd/pixelfed/commit/${PATCH_COMMIT}.patch | git apply &&\
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 &&\