Skip to content

Instantly share code, notes, and snippets.

@vamsijakkula
Created June 19, 2020 16:07
Show Gist options
  • Save vamsijakkula/dda83410fb794937bc5bdd3d96576ec0 to your computer and use it in GitHub Desktop.
Save vamsijakkula/dda83410fb794937bc5bdd3d96576ec0 to your computer and use it in GitHub Desktop.
FROM php:7.3-apache
COPY html /usr/src/app/html
WORKDIR /usr/src/app/html
EXPOSE 8080
CMD php -S 0.0.0.0:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment