mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
🐳 chore(Dockerfile): replace npm ci with npm install for OS specific builds
This commit is contained in:
parent
93803323cf
commit
ed7d7c2fda
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ WORKDIR /app
|
||||||
# Allow mounting of these files, which have no default
|
# Allow mounting of these files, which have no default
|
||||||
# values.
|
# values.
|
||||||
RUN touch .env
|
RUN touch .env
|
||||||
RUN npm ci
|
RUN apk --no-cache add curl && \
|
||||||
|
npm install
|
||||||
|
|
||||||
# React client build
|
# React client build
|
||||||
ENV NODE_OPTIONS="--max-old-space-size=2048"
|
ENV NODE_OPTIONS="--max-old-space-size=2048"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue