initial commit
This commit is contained in:
9
drpc-beacon-proxy/Dockerfile
Normal file
9
drpc-beacon-proxy/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM python:3.11-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN pip install flask requests
|
||||
|
||||
COPY proxy.py /app/
|
||||
|
||||
CMD ["python", "proxy.py"]
|
||||
Reference in New Issue
Block a user