Updating docker script

This commit is contained in:
Ned Wright
2023-02-06 16:44:20 +00:00
parent fb7b706f40
commit 5e42c65c03
2 changed files with 5 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ else
exit 1
fi
NGINX_VERSION_CONF_OUTPUT_PATH=/tmp/nginx.sourcefile.conf
dos2unix ${NGINX_VERSION_CONF_INPUT_PATH}
$(dirname $0)/nginx_version_extractor.sh -i ${NGINX_VERSION_CONF_INPUT_PATH} -o ${NGINX_VERSION_CONF_OUTPUT_PATH}
BUILD_OUTPUT_DIR=${3}