forked from LaconicNetwork/kompose
Shell scripts to test k8s and os conversion which can be ran by following command in root dir `./script/test/cmd/tests.sh`
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
|