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

Adds nxinx service

This commit is contained in:
Oliver Walters
2021-04-10 22:25:07 +10:00
parent 91b6f98f95
commit 5d9e273559
4 changed files with 61 additions and 3 deletions

View File

@@ -88,5 +88,8 @@ COPY start_worker.sh ${INVENTREE_HOME}/start_worker.sh
RUN chmod 755 ${INVENTREE_HOME}/start_server.sh
RUN chmod 755 ${INVENTREE_HOME}/start_worker.sh
# exec commands should be executed from the "src" directory
WORKDIR ${INVENTREE_SRC_DIR}
# Let us begin
CMD ["bash", "./start_server.sh"]
CMD ["bash", "../start_server.sh"]