# Set nginx base image
FROM nginx

# File Author / Maintainer
MAINTAINER Pachev Joseph

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