test build and deploy #10

Open
RaiLinKey wants to merge 10 commits from fix into test
Showing only changes of commit b64d49ddaa - Show all commits

View File

@@ -12,7 +12,7 @@ COPY api/ api/
# Копирование зависимостей
# COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --no-cache-dir -r api/requirements.txt
# Создание непривилегированного пользователя
# RUN useradd -m -u 1000 appuser && chown -R appuser:appuser /app