We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21604f8 commit f59e789Copy full SHA for f59e789
src/entrypoint.sh
@@ -39,7 +39,7 @@ if [[ "${PYPISERVER_ENABLED}" == "true" ]]; then
39
echo "PYPISERVER_ENABLED='true'. Starting the PyPiServer..."
40
# Run the pypi server in the background
41
mkdir -p /data/packages
42
- export GUNICORN_CMD_ARGS="--accesslog - --errorlog - --preload --workers 1 --worker-class gevent"
+ export GUNICORN_CMD_ARGS="--access-logfile - --error-logfile - --workers 1 --worker-class gevent --keyfile /certs/registry.spacefx.local.key --certfile /certs/registry.spacefx.local.crt"
43
/pypi-server/bin/pypi-server run -a . -P . -p ${PYPISERVER_PORT:-$PORT} --server gunicorn --backend cached-dir /data/packages --verbose --log-file /var/log/pypiserver.log &
44
PYPI_PID=$!
45
echo "...PyPiServer started."
0 commit comments