Update Dockerfile.apache

pull/1145/head
Shleeble 6 years ago committed by GitHub
parent a250562be8
commit a3e7bf19f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,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 --no-dev --prefer-source --no-interaction \
&& composer install --prefer-source --no-interaction \
&& rm -rf html && ln -s public html
VOLUME ["/var/www/storage"]

Loading…
Cancel
Save