Created
December 10, 2017 13:25
-
-
Save li0nel/4291714a0d372307924669afe0df2a38 to your computer and use it in GitHub Desktop.
Dockerfile for Nginx
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 | |
| ADD deploy/nginx/nginx.conf /etc/nginx/ | |
| ADD deploy/nginx/default.conf /etc/nginx/conf.d/ | |
| ADD public /usr/share/nginx/html | |
| WORKDIR /usr/share/nginx/html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment