Skip to content

Commit

Permalink
New Nginx Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
msanandalt committed Apr 3, 2015
1 parent 7d5ce68 commit bd480ed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Set nginx base image
FROM nginx

# File Author / Maintainer
MAINTAINER Anand Mani Sankar

# Copy custom configuration file from the current directory
COPY nginx.conf /etc/nginx/nginx.conf

0 comments on commit bd480ed

Please sign in to comment.