mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
typo fix
This commit is contained in:
parent
601aff8283
commit
42b400e619
@ -23,7 +23,7 @@ USER inventree
|
|||||||
WORKDIR /home/inventree
|
WORKDIR /home/inventree
|
||||||
|
|
||||||
# Install git
|
# Install git
|
||||||
RUN apt add --no-cache git
|
RUN apk add --no-cache git
|
||||||
|
|
||||||
# Clone source code
|
# Clone source code
|
||||||
RUN git clone --branch $INVENTREE_VERSION --depth 1 ${INVENTREE_REPO} ${INVENTREE_SRC_DIR}
|
RUN git clone --branch $INVENTREE_VERSION --depth 1 ${INVENTREE_REPO} ${INVENTREE_SRC_DIR}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user