Created
May 3, 2018 22:11
-
-
Save jhonata-menezes/74bb0302e8ecc3286c13718d44b07962 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM nyanpass/php5.5:5-fpm | |
RUN docker-php-ext-install pdo_mysql | |
RUN docker-php-ext-install mysql | |
RUN docker-php-ext-install mysqli | |
EXPOSE 9000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment