mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-14 23:16:50 +00:00
show chouti original url
This commit is contained in:
@@ -28,4 +28,5 @@ RUN apk add --no-cache gcc musl-dev libxml2 libxslt-dev
|
||||
RUN pip install -r /app/requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple some-package --no-cache-dir
|
||||
|
||||
# 启动nginx和uwsgi
|
||||
ENTRYPOINT nginx -g "daemon on;" && uwsgi --ini /app/uwsgi.ini
|
||||
# ENTRYPOINT nginx -g "daemon on;" && uwsgi --ini /app/uwsgi.ini
|
||||
ENTRYPOINT nginx -g "daemon on;" && gunicorn -w 4 wsgi:app
|
||||
Reference in New Issue
Block a user