Merge remote-tracking branch 'origin/main'

This commit is contained in:
vSpaike 2025-01-21 12:15:43 +01:00
commit 22be3bdf62
6 changed files with 28 additions and 23 deletions

View file

@ -2,4 +2,4 @@ FROM python:alpine
WORKDIR /app
COPY . .
RUN pip install -r requirements.txt
CMD ["python", "client.py"]
CMD ["python", "main.py"]

View file

@ -1,2 +1,3 @@
flask==3.1.0
pyopenssl==25.0.0
pyopenssl==25.0.0
requests==2.26.0