build cookie server
This commit is contained in:
8
.build/prod/cookieserver.Dockerfile
Normal file
8
.build/prod/cookieserver.Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM python:3.9.20-slim-bookworm
|
||||
|
||||
RUN pip install beautifulsoup4 pyotp Flask python-dotenv requests
|
||||
RUN apt-get update && apt-get install -y curl jq && apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
CMD python getcookie.py
|
||||
Reference in New Issue
Block a user