mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 01:55:39 +00:00
Add entrypoint for running development worker
This commit is contained in:
@ -105,6 +105,8 @@ FROM base as dev
|
||||
WORKDIR ${INVENTREE_SRC_DIR}
|
||||
|
||||
COPY start_dev_server.sh ${INVENTREE_HOME}/start_dev_server.sh
|
||||
COPY start_dev_worker.sh ${INVENTREE_HOME}/start_dev_worker.sh
|
||||
RUN chmod 755 ${INVENTREE_HOME}/start_dev_server.sh
|
||||
RUN chmod 755 ${INVENTREE_HOME}/start_dev_worker.sh
|
||||
|
||||
CMD ["bash", "/home/inventree/start_dev_server.sh"]
|
||||
|
Reference in New Issue
Block a user