2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00
This commit is contained in:
Oliver Walters
2021-03-31 22:47:41 +11:00
parent ab57fd3b76
commit 1a7b6e2613
2 changed files with 4 additions and 1 deletions

View File

@ -40,6 +40,9 @@ RUN python -m venv $INVENTREE_VENV && pip install --no-cache-dir -U -r $INVENTRE
# Install supervisor
RUN apt add --no-cache supervisor
# Create required directories
RUN mkdir /home/inventree/media /home/inventree/static /home/inventree/log /home/inventree/backup
# Copy supervisor file
COPY deploy/inventree.conf /etc/supervisor/conf.d/inventree.conf