This commit is contained in:
2024-12-08 11:20:54 +03:00
parent 784a2ed393
commit b3e44c4532
10 changed files with 81 additions and 67 deletions

View File

@@ -4,5 +4,6 @@ WORKDIR /usr/src/app
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt
COPY . .
RUN make gen
ENV PYTHONUNBUFFERED 1
ENTRYPOINT ["python", "main.py"]