Update Flarum image to 1.8.5

This commit is contained in:
Raoul Snyman 2024-04-22 21:44:35 -07:00
parent 84108a694b
commit abbe2c03fc

View File

@ -1,5 +1,6 @@
FROM php:apache
ARG FLARUM_VERSION=1.8.5
WORKDIR /flarum/app
ENV APACHE_DOCUMENT_ROOT /flarum/app/public
@ -23,7 +24,7 @@ RUN apt-get update \
COPY docker/make_config.php /flarum/make_config.php
COPY docker/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
RUN chmod a+x /usr/local/bin/docker-entrypoint.sh
RUN composer create-project flarum/flarum /flarum/app
RUN composer create-project flarum/flarum /flarum/app "$FLARUM_VERSION"
RUN chown -R www-data:www-data /flarum
VOLUME /flarum/app/extensions /flarum/app/public/assets /flarum/app/storage/logs