Moved from aioschedule to APSchedule

This commit is contained in:
2024-02-15 15:21:49 +03:00
parent 63c1b58fc9
commit f341ca3490
7 changed files with 23 additions and 19 deletions

View File

@@ -4,6 +4,6 @@ WORKDIR /app
COPY . .
RUN pip install -r requirements.txt
RUN pip install --no-cache-dir -U -r requirements.txt
CMD [ "python", "main.py" ]