2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-06 12:01:41 +00:00

Dockerfile updates

This commit is contained in:
Oliver Walters
2021-04-07 22:27:55 +10:00
parent d91531720b
commit 4a3ca4638c
4 changed files with 7 additions and 4 deletions

View File

@@ -79,7 +79,7 @@ RUN apk add --no-cache supervisor
RUN mkdir ${INVENTREE_HOME}/media ${INVENTREE_HOME}/static ${INVENTREE_HOME}/backup
# Copy supervisor file
COPY docker/supervisor.conf /etc/supervisord.conf
COPY docker/supervisord.conf ${INVENTREE_HOME}/supervisord.conf
# Copy gunicorn config file
COPY docker/gunicorn.conf.py ${INVENTREE_HOME}/gunicorn.conf.py