Skip to content

Instantly share code, notes, and snippets.

@ualmtorres
Created April 19, 2020 12:54
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 ualmtorres/eeb473aec54e307d5bd73f49e72b5ec4 to your computer and use it in GitHub Desktop.
Save ualmtorres/eeb473aec54e307d5bd73f49e72b5ec4 to your computer and use it in GitHub Desktop.
FROM php:7.2-apache
ADD . /var/www/html
VOLUME /var/www/html
EXPOSE 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment