Skip to content

Instantly share code, notes, and snippets.

@osule
Created September 19, 2017 16:22
Show Gist options
  • Save osule/03a1915e728d7288bee0b0c11a2f5e53 to your computer and use it in GitHub Desktop.
Save osule/03a1915e728d7288bee0b0c11a2f5e53 to your computer and use it in GitHub Desktop.
nginx/Dockerfile
FROM nginx
RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/nginx.conf
ADD sites-enabled/ /etc/nginx/sites-enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment