mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-18 00:18:09 +01:00
Use npm ci rather than install to be consistent with lock file
This commit is contained in:
parent
9358a4fdb5
commit
0a12b47760
3 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ WORKDIR /client
|
|||
# copy package.json into the container at /client
|
||||
COPY package*.json /client/
|
||||
# install dependencies
|
||||
RUN npm install
|
||||
RUN npm ci
|
||||
# Copy the current directory contents into the container at /client
|
||||
COPY . /client/
|
||||
# Build webpack artifacts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue