We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fba2a4 commit 57d2dbfCopy full SHA for 57d2dbf
docker/entrypoint.sh
@@ -69,6 +69,11 @@ pygeoapi openapi generate ${PYGEOAPI_CONFIG} --output-file ${PYGEOAPI_OPENAPI}
69
70
echo "openapi.yml generated continue to pygeoapi"
71
72
+if [ -n "$GPORT" ]; then
73
+ CONTAINER_PORT=$GPORT
74
+ echo "Guincorn port set to ${CONTAINER_PORT}"
75
+fi
76
+
77
start_gunicorn() {
78
# SCRIPT_NAME should not have value '/'
79
[[ "${SCRIPT_NAME}" = '/' ]] && export SCRIPT_NAME="" && echo "make SCRIPT_NAME empty from /"
0 commit comments