bug workaround
dockers/pixelfed/pipeline/head This commit looks good
Details
dockers/pixelfed/pipeline/head This commit looks good
Details
This commit is contained in:
parent
76620c2609
commit
9d6db46dd7
|
@ -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 &&\
|
||||
|
|
Loading…
Reference in New Issue