Russell Yorke
Results
2
comments of
Russell Yorke
Hi @c4lm here is the dockerfile: ``` FROM python:3.11 COPY worker.py /app COPY requirements.txt /app WORKDIR /app RUN pip install -r requirements.txt && \ useradd -m worker USER worker CMD...
Good afternoon. Just want to follow up to let you know I am still doing some testing. So far I have tried with just a generic Session() object and haven't...