Skip to content

Commit 9762074

Browse files
authored
Update docker-entrypoint.sh
1 parent a712ae7 commit 9762074

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/docker-entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ elif [ "${cmd}" == 'app' ]; then
2121
sed -i \
2222
-e "s|%(ENV_MAX_CACHE_SIZE)s|${MAX_CACHE_SIZE}|g" \
2323
-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" \
2426
"$CONF_FILE"
2527

2628
# make sure the log directory exists for supervisor to be able to log

0 commit comments

Comments
 (0)