simple look
This commit is contained in:
11
logging-proxy/Dockerfile
Normal file
11
logging-proxy/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM python:3.12-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN pip install flask requests
|
||||
|
||||
COPY proxy.py .
|
||||
|
||||
EXPOSE 8545
|
||||
|
||||
CMD ["python", "proxy.py"]
|
||||
Reference in New Issue
Block a user