mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 05:25:42 +00:00
Copy gunicorn.conf.py
This commit is contained in:
@ -84,4 +84,7 @@ RUN mkdir /home/inventree/media /home/inventree/static /home/inventree/log /home
|
||||
# Copy supervisor file
|
||||
COPY docker/supervisor.conf /etc/supervisord.conf
|
||||
|
||||
# Copy gunicorn config file
|
||||
COPY docker/gunicorn.conf.py /home/inventree/gunicorn.conf.py
|
||||
|
||||
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"]
|
||||
|
Reference in New Issue
Block a user