2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-02 13:28:49 +00:00

Sudo not required, I guess?

This commit is contained in:
Oliver Walters 2021-03-31 23:32:03 +11:00
parent 7683cc1aaa
commit b9f9b26ca5

View File

@ -53,4 +53,4 @@ RUN mkdir /home/inventree/media /home/inventree/static /home/inventree/log /home
# Copy supervisor file # Copy supervisor file
COPY deploy/inventree.conf /etc/supervisor/conf.d/inventree.conf COPY deploy/inventree.conf /etc/supervisor/conf.d/inventree.conf
RUN sudo service supervisor start RUN service supervisor start