fix: update paths and add static files support for Docker
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user