Fixed client scripts

This commit is contained in:
Lukian 2024-12-27 14:25:22 +01:00
parent c57a2511d8
commit e2d8d04c04
4 changed files with 48 additions and 26 deletions

5
company/Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM python:alpine
WORKDIR /app
COPY . .
CMD ["python", "-u", "main.py"]