From ddc7215424def00cd10c641b250af26cae9d4f8f Mon Sep 17 00:00:00 2001 From: Jeroen Peelaerts Date: Tue, 29 Jun 2021 22:35:21 +0200 Subject: [PATCH] Make Dockerfile windows compatible --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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