1
0
Fork 0

Merge pull request #1779 from hinaloe/patch-1

composer prefer-dist instead of source
This commit is contained in:
daniel 2019-10-14 20:45:10 -06:00 committed by GitHub
commit f4c3fd97c1
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