forked from dockers/pixelfed
skip dev composer deps
This commit is contained in:
parent
d554839c43
commit
0f630f73f4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ RUN set -xe;\
|
|||
git clone https://github.com/pixelfed/pixelfed.git www &&\
|
||||
cd www &&\
|
||||
curl -L https://github.com/hnrd/pixelfed/commit/6e822b67c50dfb6cc6dc352ce80bf3326b06cca9.patch | git apply &&\
|
||||
composer install --prefer-dist --no-interaction --no-ansi --optimize-autoloader &&\
|
||||
composer install --prefer-dist --no-interaction --no-ansi --no-dev --optimize-autoloader &&\
|
||||
ln -s public html &&\
|
||||
chown -R www-data:www-data /var/www &&\
|
||||
cp -r storage storage.skel &&\
|
||||
|
|
Loading…
Reference in a new issue