From 7a45036c72626d67d7dd121aa81df1cee5973ac3 Mon Sep 17 00:00:00 2001 From: Susanne Gerber <33235522+s-gerber@users.noreply.github.com> Date: Tue, 29 Oct 2019 14:25:54 +0100 Subject: [PATCH] fix small spelling error --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7698501..81029df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN curl -o ${PHANTOMJS}.tar.bz2 -SL https://bitbucket.org/ariya/phantomjs/downl && mv ${PHANTOMJS} /usr/local/share \ && ln -sf /usr/local/share/${PHANTOMJS}/bin/phantomjs /usr/local/bin \ && rm -rf /var/lib/apt/lists/* - + # set recommended PHP.ini settings # see https://secure.php.net/manual/en/opcache.installation.php RUN { \ @@ -75,7 +75,7 @@ ENV SELF_UPDATER_SOURCE '' ENV PHANTOMJS_BIN_PATH /usr/local/bin/phantomjs -#use to be mounted into nginx for exemple +# use to be mounted into nginx for example VOLUME /var/www/app/public WORKDIR /var/www/app