Created
June 19, 2020 16:07
-
-
Save vamsijakkula/dda83410fb794937bc5bdd3d96576ec0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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