Run as root

This commit is contained in:
Oliver Walters 2021-03-31 23:00:22 +11:00
parent 42b400e619
commit 1f881dd041

View File

@ -19,7 +19,6 @@ RUN echo "Installing InvenTree '${INVENTREE_VERSION}' from ${INVENTREE_REPO}"
# Create user account
RUN addgroup -S inventreegroup && adduser -S inventree -G inventreegroup
USER inventree
WORKDIR /home/inventree
# Install git