Created
          March 5, 2018 14:50 
        
      - 
      
- 
        Save li0nel/25ba0290ebbf0f386f2ea00185e2c864 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