Skip to content

Commit

Permalink
Merge pull request #39 from diego-sorribas/update-docker-php-version
Browse files Browse the repository at this point in the history
update docker php version to 7.3
  • Loading branch information
Ocramius committed Feb 9, 2022
2 parents 1c2b680 + 58f93bd commit e9a946e
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 @@ -21,10 +21,10 @@
# docker build -f Dockerfile-dev -t api-tools .
# docker run -it -p "8080:80" -v $PWD:/var/www api-tools
#
FROM php:7.2-apache
FROM php:7.3-apache

RUN apt-get update \
&& apt-get install -y git zlib1g-dev \
&& apt-get install -y git libzip-dev \
&& docker-php-ext-install zip \
&& a2enmod rewrite \
&& sed -i 's!/var/www/html!/var/www/public!g' /etc/apache2/sites-available/000-default.conf \
Expand Down

0 comments on commit e9a946e

Please sign in to comment.