Skip to content

Instantly share code, notes, and snippets.

@kodetop
Created August 4, 2019 20:17
Show Gist options
  • Save kodetop/d8d0f051760fbe038684127fefd61fc1 to your computer and use it in GitHub Desktop.
Save kodetop/d8d0f051760fbe038684127fefd61fc1 to your computer and use it in GitHub Desktop.
Dockerfile para configurar PHP 7.2
FROM php:7.2-apache
RUN docker-php-ext-install mysqli pdo pdo_mysql
RUN a2enmod rewrite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment