mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Alpine uses different commands
This commit is contained in:
parent
2746396d11
commit
58bfc80f79
@ -18,7 +18,7 @@ ENV INVENTREE_VENV="$INVENTREE_HOME/env"
|
||||
RUN echo "Installing InvenTree '${INVENTREE_VERSION}' from ${INVENTREE_REPO}"
|
||||
|
||||
# Create user account
|
||||
RUN useradd -ms /bin/bash inventree
|
||||
RUN addgroup -S inventreegroup && adduser -S inventree -G inventreegroup
|
||||
USER inventree
|
||||
WORKDIR /home/inventree
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user