add the cookie server script to docker....

This commit is contained in:
Shihaam Abdul Rahman 2025-01-10 08:18:24 +05:00
parent 37dfe7e261
commit c2ab2ea996
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -5,4 +5,6 @@ RUN apt-get update && apt-get install -y curl jq && apt-get clean && rm -rf /var
WORKDIR /app
COPY getcookie.py .
CMD python getcookie.py