Browse Source

Update Dockerfile.apache

Shleeble 6 years ago
parent
commit
a3e7bf19f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/docker/Dockerfile.apache

+ 1 - 1
contrib/docker/Dockerfile.apache

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