mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
refactor: address potential issues with deploy-compose.yml (#1220)
* chore: remove /config/loader * chore: remove config/loader steps from Dockerfile.multi * chore: remove install script
This commit is contained in:
parent
4dab094855
commit
12209fe0dd
11 changed files with 25 additions and 27 deletions
|
|
@ -1,13 +1,15 @@
|
|||
# Build API, Client and Data Provider
|
||||
FROM node:19-alpine AS base
|
||||
|
||||
WORKDIR /app
|
||||
COPY config/loader.js ./config/
|
||||
RUN npm install dotenv
|
||||
# WORKDIR /app
|
||||
# COPY config/loader.js ./config/
|
||||
# RUN touch .env
|
||||
# RUN npm install dotenv
|
||||
|
||||
WORKDIR /app/api
|
||||
COPY api/package*.json ./
|
||||
COPY api/ ./
|
||||
RUN touch .env
|
||||
RUN npm install
|
||||
|
||||
# React client build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue