Skip to content

Commit

Permalink
fix dockerfile for gh-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
stilleshan committed Feb 6, 2024
1 parent fd2cf80 commit 8fb455d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gh-proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM ioiox/python:3.7-buster-uwsgi-nginx
LABEL maintainer="Stille <[email protected]>"
FROM guysoft/uwsgi-nginx:python3.7

LABEL maintainer="hunshcn <[email protected]>"

RUN pip install flask requests

Expand All @@ -23,4 +24,4 @@ ENTRYPOINT ["/entrypoint.sh"]

EXPOSE 80

CMD ["/start.sh"]
CMD ["/start.sh"]

0 comments on commit 8fb455d

Please sign in to comment.