Created
April 29, 2020 00:35
-
-
Save leandrodaf/d5e9ed1a15f6b46dcd4332feec4fed89 to your computer and use it in GitHub Desktop.
Development - Dockerfile 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:stable | |
| COPY ./Docker/nginx/nginx.conf /etc/nginx/nginx.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment