Рефакторинг обработчиков. Финальное тестирование #21
This commit is contained in:
5
test/emulate_users/Dockerfile
Normal file
5
test/emulate_users/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM python:3.11-slim
|
||||
WORKDIR /app
|
||||
RUN pip install requests
|
||||
COPY test/emulate_users/emulate_users.py .
|
||||
CMD ["python", "emulate_users.py"]
|
||||
Reference in New Issue
Block a user