fix #41

Merged
emmatveev merged 1 commits from master into dev 2024-12-27 12:31:33 +03:00
Showing only changes of commit 0ebb75de64 - Show all commits

View File

@ -4,6 +4,5 @@ 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"]