mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update Dockerfile.fpm
This commit is contained in:
parent
105a7486b7
commit
15c3bed16c
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ RUN cp -r storage storage.skel \
|
||||||
&& composer install --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/bootstrap
|
||||||
|
|
||||||
ENV APP_ENV=production \
|
ENV APP_ENV=production \
|
||||||
APP_DEBUG=false \
|
APP_DEBUG=false \
|
||||||
|
|
Loading…
Reference in a new issue