mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 01:55:39 +00:00
Run as root
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user