Skip to content

Instantly share code, notes, and snippets.

@5sfayas
Created July 24, 2022 07:13
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 5sfayas/156f1a77005b5e3d59f6e3d2022d513d to your computer and use it in GitHub Desktop.
Save 5sfayas/156f1a77005b5e3d59f6e3d2022d513d to your computer and use it in GitHub Desktop.
FROM php:7-fpm
WORKDIR /var/www/html
COPY ./index.php .
EXPOSE 9000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment