initial commit
This commit is contained in:
9
proxy/Dockerfile
Normal file
9
proxy/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM python:3.12-slim
|
||||
|
||||
RUN pip install --no-cache-dir setuptools selenium websockets
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY main.py .
|
||||
|
||||
CMD ["python", "main.py"]
|
||||
Reference in New Issue
Block a user