Skip to content

Instantly share code, notes, and snippets.

@li0nel
Created December 10, 2017 13:25
Show Gist options
  • Save li0nel/4291714a0d372307924669afe0df2a38 to your computer and use it in GitHub Desktop.
Save li0nel/4291714a0d372307924669afe0df2a38 to your computer and use it in GitHub Desktop.
Dockerfile for Nginx
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