fix: update paths and add static files support for Docker

This commit is contained in:
2025-08-20 15:45:12 +03:00
parent f30fe8a9b9
commit 5310f5939e
10 changed files with 6084 additions and 9273 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ COPY requirements.txt /app/requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
COPY app.py /app/app.py
COPY templates /app/templates
COPY ./app/templates /app/templates
COPY ./app/static /app/static
# Создаем пользователя и добавляем в группу docker
RUN useradd -m appuser && \