mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
🐋 chore: Cleanup Dockerfile (#2156)
This commit is contained in:
parent
e0dd0381b2
commit
a673f62831
1 changed files with 1 additions and 2 deletions
|
|
@ -8,8 +8,7 @@ WORKDIR /app
|
||||||
# values.
|
# values.
|
||||||
RUN touch .env
|
RUN touch .env
|
||||||
RUN npm config set fetch-retry-maxtimeout 300000
|
RUN npm config set fetch-retry-maxtimeout 300000
|
||||||
RUN apk add --no-cache g++ make python3 py3-pip
|
|
||||||
RUN npm install -g node-gyp
|
|
||||||
RUN apk --no-cache add curl && \
|
RUN apk --no-cache add curl && \
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue