add manual as a default file

This commit is contained in:
2025-09-10 11:48:40 +03:00
parent 79317482aa
commit 8b06e580fe
2 changed files with 16 additions and 16 deletions

View File

@@ -13,6 +13,7 @@ RUN pip install --no-cache-dir -r /app/requirements.txt
# App code
COPY server /app/server
COPY client /app/client
COPY server/assets /app/server/assets
# Nginx & Supervisor configs
COPY deploy/nginx.conf /etc/nginx/nginx.conf