Skip to content

Commit

Permalink
Merge pull request #226 from fixdocker/master
Browse files Browse the repository at this point in the history
Fix Dockerfile
  • Loading branch information
jbelelieu authored Aug 15, 2020
2 parents ffcbe68 + 8618940 commit 68d14df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
libfreetype6-dev \
libjpeg62-turbo-dev \
libmcrypt-dev \
libpng12-dev \
libpng-dev \
vim \
wget \
unzip \
Expand Down Expand Up @@ -40,4 +40,4 @@ EXPOSE 80

COPY config/php.ini /usr/local/etc/php/

RUN chmod 777 /usr/local/etc/php/php.ini
RUN chmod 777 /usr/local/etc/php/php.ini

0 comments on commit 68d14df

Please sign in to comment.