remove unused files from sslproxy folder, and fix build script for acme-nginx

This commit is contained in:
2020-05-24 08:46:34 -04:00
parent a6951504e5
commit db9b35211c
3 changed files with 1 additions and 7 deletions

View File

@@ -1,4 +0,0 @@
FROM nginx:alpine
COPY ./nginx.conf /etc/nginx/nginx.conf
COPY ./hosts /etc/nginx/conf.d/

View File

@@ -1 +0,0 @@
something elses.

View File

@@ -11,8 +11,7 @@ build() {
build_test() {
echo testing the image
docker run --rm --entrypoint=ls $LOCAL_IMAGE -l /usr/local/bin | grep acme-nginx
docker run --rm -it $LOCAL_IMAGE -h
docker run --rm -it $LOCAL_IMAGE -h | grep 'usage: acme-nginx'
docker run --rm $LOCAL_IMAGE -h | grep 'usage: acme-nginx'
}
build_deploy() {