This commit is contained in:
@ -4,6 +4,9 @@ COPY . /var/www/html/
|
||||
|
||||
RUN chown -R www-data:www-data /var/www/html
|
||||
|
||||
RUN rm /etc/apache2/sites-enabled/000-default.conf
|
||||
COPY .docker/hosts/abiball.conf /etc/apache2/sites-enabled
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -qq -y --no-install-recommends cron nano locales coreutils libicu-dev libpng-dev libxml2-dev libzip-dev libonig-dev libxslt-dev;
|
||||
|
||||
|
Reference in New Issue
Block a user