mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update Dockerfile.apache
This commit is contained in:
parent
602662d991
commit
5eadd62e51
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ RUN cp -r storage storage.skel \
|
||||||
&& composer install --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 /var/www/bootstrap
|
||||||
|
|
||||||
ENV APP_ENV=production \
|
ENV APP_ENV=production \
|
||||||
APP_DEBUG=false \
|
APP_DEBUG=false \
|
||||||
|
|
Loading…
Reference in a new issue