|
|
@ -8,6 +8,8 @@ RUN composer install
|
|
|
|
|
|
|
|
|
|
|
|
FROM docker.io/php:apache
|
|
|
|
FROM docker.io/php:apache
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EXPOSE 9367/tcp
|
|
|
|
|
|
|
|
|
|
|
|
# copy apache configs
|
|
|
|
# copy apache configs
|
|
|
|
RUN rm /etc/apache2/sites-enabled/* \
|
|
|
|
RUN rm /etc/apache2/sites-enabled/* \
|
|
|
|
&& a2enmod rewrite
|
|
|
|
&& a2enmod rewrite
|
|
|
|