Functional Testing
Shell scripts to test k8s and os conversion which can be ran by following command in root dir `./script/test/cmd/tests.sh`
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user