Skip to content

Instantly share code, notes, and snippets.

@Mattia541993
Created May 25, 2020 15:32
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 Mattia541993/11ed5e1f395d6737af041f5c7fc75202 to your computer and use it in GitHub Desktop.
Save Mattia541993/11ed5e1f395d6737af041f5c7fc75202 to your computer and use it in GitHub Desktop.
FROM php:7.4-cli
COPY ./local /usr/src/dst_folder
WORKDIR /usr/src/dst_folder
RUN docker-php-ext-install pdo pdo_mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment