diff --git a/gh-proxy/Dockerfile b/gh-proxy/Dockerfile index 896bf2a..c3574c9 100644 --- a/gh-proxy/Dockerfile +++ b/gh-proxy/Dockerfile @@ -1,5 +1,6 @@ -FROM ioiox/python:3.7-buster-uwsgi-nginx -LABEL maintainer="Stille " +FROM guysoft/uwsgi-nginx:python3.7 + +LABEL maintainer="hunshcn " RUN pip install flask requests @@ -23,4 +24,4 @@ ENTRYPOINT ["/entrypoint.sh"] EXPOSE 80 -CMD ["/start.sh"] +CMD ["/start.sh"] \ No newline at end of file