Skip to content

Instantly share code, notes, and snippets.

@matthewpalmer
Created July 21, 2018 04:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save matthewpalmer/bc5b2fb2119432911a412af29cb5a839 to your computer and use it in GitHub Desktop.
Save matthewpalmer/bc5b2fb2119432911a412af29cb5a839 to your computer and use it in GitHub Desktop.
kubernetes php fpm nginx
# docker build . -t my-php-app:1.0.0
FROM php:7.2-fpm
RUN mkdir /app
COPY hello.php /app
@matthewpalmer
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment