1
0
Fork 0

composer prefer-dist instead of source

This commit is contained in:
Hinaloe 2019-10-12 17:33:59 +09:00 committed by GitHub
parent fcbd225542
commit 97bd6ae2b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ COPY . /var/www/
WORKDIR /var/www/
RUN cp -r storage storage.skel \
&& cp contrib/docker/php.ini /usr/local/etc/php/conf.d/pixelfed.ini \
&& composer install --prefer-source --no-interaction \
&& composer install --prefer-dist --no-interaction \
&& rm -rf html && ln -s public html
VOLUME /var/www/storage /var/www/bootstrap