Created
July 15, 2016 05:02
-
-
Save byronmejia/02e68decabaed288f1ff186223a1c2d6 to your computer and use it in GitHub Desktop.
Code Network NGINX file
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 nginx | |
| COPY nginx.conf /etc/nginx/nginx.conf | |
| COPY out /usr/share/nginx/html | |
| EXPOSE 80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment