Skip to content

Instantly share code, notes, and snippets.

@lafraga93
Created September 10, 2019 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lafraga93/91dc2297ec3223983d172184c63f474f to your computer and use it in GitHub Desktop.
Save lafraga93/91dc2297ec3223983d172184c63f474f to your computer and use it in GitHub Desktop.
Dockerfile - Docker Tutorial
FROM php:7.1-fpm
RUN docker-php-ext-install pdo_mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment