Compare commits
2 Commits
101ba9de5e
...
7f0f7aa552
Author | SHA1 | Date | |
---|---|---|---|
7f0f7aa552 | |||
d97b003863 |
@ -1,6 +1,6 @@
|
|||||||
FROM php:apache
|
FROM php:apache
|
||||||
|
|
||||||
ARG FLARUM_VERSION=1.8.5
|
ARG FLARUM_VERSION
|
||||||
WORKDIR /flarum/app
|
WORKDIR /flarum/app
|
||||||
|
|
||||||
ENV APACHE_DOCUMENT_ROOT /flarum/app/public
|
ENV APACHE_DOCUMENT_ROOT /flarum/app/public
|
||||||
@ -24,7 +24,8 @@ RUN apt-get update \
|
|||||||
COPY docker/make_config.php /flarum/make_config.php
|
COPY docker/make_config.php /flarum/make_config.php
|
||||||
COPY docker/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
|
COPY docker/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
|
||||||
RUN chmod a+x /usr/local/bin/docker-entrypoint.sh
|
RUN chmod a+x /usr/local/bin/docker-entrypoint.sh
|
||||||
RUN composer create-project flarum/flarum /flarum/app "$FLARUM_VERSION"
|
RUN composer create-project flarum/flarum /flarum/app
|
||||||
|
RUN echo "$FLARUM_VERSION" > /flarum/version.txt
|
||||||
RUN chown -R www-data:www-data /flarum
|
RUN chown -R www-data:www-data /flarum
|
||||||
|
|
||||||
VOLUME /flarum/app/extensions /flarum/app/public/assets /flarum/app/storage/logs
|
VOLUME /flarum/app/extensions /flarum/app/public/assets /flarum/app/storage/logs
|
||||||
|
Loading…
Reference in New Issue
Block a user