Update ghproxy to support black and white list

This commit is contained in:
Stille
2021-09-09 23:21:57 +08:00
parent fd8761a666
commit 3debdb87d5
4 changed files with 50 additions and 12 deletions

View File

@@ -1,8 +1,6 @@
FROM stilleshan/uwsgi-nginx:python3.7
LABEL maintainer="Sebastian Ramirez <tiangolo@gmail.com>"
ENV VERSION 2.1
RUN pip install flask requests
COPY ./app /app