diff --git a/Dockerfile b/Dockerfile index 2181cb2c1..ebef9c690 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,6 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \ RUN a2enmod rewrite RUN docker-php-ext-install mysqli bcmath intl gd RUN echo "date.timezone = \"\${PHP_TIMEZONE}\"" > /usr/local/etc/php/conf.d/timezone.ini -RUN echo -e “$(hostname -i)\t$(hostname) $(hostname).localhost” >> /etc/hosts WORKDIR /app COPY . /app