Skip to content

Instantly share code, notes, and snippets.

@li0nel
Created March 5, 2018 14:50
Show Gist options
  • Save li0nel/25ba0290ebbf0f386f2ea00185e2c864 to your computer and use it in GitHub Desktop.
Save li0nel/25ba0290ebbf0f386f2ea00185e2c864 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