Обновлен Dockerfile для установки зависимостей из requirements.txt и добавлена поддержка ежедневных заметок в main.py
All checks were successful
Deploy bot / build-deploy (push) Successful in 37s
All checks were successful
Deploy bot / build-deploy (push) Successful in 37s
This commit is contained in:
@@ -9,8 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY main.py .
|
||||
COPY requirements.txt .
|
||||
COPY main.py requirements.txt ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
CMD ["python", "main.py"]
|
||||
|
||||
Reference in New Issue
Block a user