We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a712ae7 commit 9762074Copy full SHA for 9762074
scripts/docker-entrypoint.sh
@@ -21,6 +21,8 @@ elif [ "${cmd}" == 'app' ]; then
21
sed -i \
22
-e "s|%(ENV_MAX_CACHE_SIZE)s|${MAX_CACHE_SIZE}|g" \
23
-e "s|%(ENV_CONCURRENCY)s|${CONCURRENCY}|g" \
24
+ -e "s|%(ENV_HTTP_PROXY)s|${HTTP_PROXY}|g" \
25
+ -e "s|%(ENV_HTTPS_PROXY)s|${HTTPS_PROXY}|g" \
26
"$CONF_FILE"
27
28
# make sure the log directory exists for supervisor to be able to log
0 commit comments