master #32

Merged
emmatveev merged 52 commits from master into prod 2025-06-04 02:53:41 +03:00
Showing only changes of commit 17858ba868 - Show all commits

View File

@ -9,6 +9,6 @@ RUN venv/bin/pip3 install --no-cache --upgrade pip setuptools
RUN mkdir /code
WORKDIR /code
COPY requirements.txt requirements.txt
RUN venv/bin/pip install requirements.txt
RUN venv/bin/pip3 install requirements.txt
ENTRYPOINT [ "venv/bin/python3", "main.py" ]