mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update Dockerfile.fpm
This commit is contained in:
parent
62300230c8
commit
a250562be8
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,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-dist --no-interaction \
|
&& composer install --prefer-dist --no-interaction \
|
||||||
&& rm -rf html && ln -s public html
|
&& rm -rf html && ln -s public html
|
||||||
|
|
||||||
VOLUME ["/var/www/storage", "/var/www/public.ext"]
|
VOLUME ["/var/www/storage", "/var/www/public.ext"]
|
||||||
|
|
Loading…
Reference in a new issue