add manual as a default file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user