Skip to content

Instantly share code, notes, and snippets.

@kodetop
Last active August 10, 2019 22:52
Show Gist options
  • Save kodetop/8a1b779ebc84a5a18f3a44c957666593 to your computer and use it in GitHub Desktop.
Save kodetop/8a1b779ebc84a5a18f3a44c957666593 to your computer and use it in GitHub Desktop.
Archivo Dockerfile para configurar PHP 7.3
FROM php:7.3-apache
COPY www/ /var/www/html/
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