forked from LaconicNetwork/kompose
9 lines
190 B
Docker
9 lines
190 B
Docker
# 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
|