workающий release 0.3.0

This commit is contained in:
2024-04-24 15:57:09 +03:00
parent b7fa62ce09
commit 3d451ded5b
5 changed files with 117 additions and 109 deletions

View File

@@ -8,8 +8,8 @@ RUN apt-get update && \
tzdata \
&& rm -rf /var/lib/apt/lists/*
RUN pip install -r requirements.txt
RUN git clone https://github.com/serty2005/MHservice.git .
CMD ["python", "/opt/app/app.py"]
RUN pip install -r requirements.txt
CMD ["python", "/opt/app/app.py"]