Update Dockerfile

This commit is contained in:
DerrtSML
2025-06-23 16:59:41 +03:00
committed by GitHub
parent 978096e236
commit 01fa6aca7b
+1 -1
View File
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y build-essential libpq-dev \
WORKDIR /app WORKDIR /app
# Копируем файл зависимостей и устанавливаем их # Копируем файл зависимостей и устанавливаем их
#COPY requirements.txt . COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
# Копируем остальные файлы приложения # Копируем остальные файлы приложения