mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
Update Dockerfile
This commit is contained in:
parent
b159e6d7f1
commit
359ca003ad
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ FROM node:20.11.0
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Copy package.json and package-lock.json to the working directory
|
# Copy package.json and package-lock.json to the working directory
|
||||||
COPY package*.json ./
|
COPY ./litellm-js/spend-logs/package*.json ./
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
@ -14,7 +14,7 @@ RUN npm install
|
||||||
RUN npm install -g prisma
|
RUN npm install -g prisma
|
||||||
|
|
||||||
# Copy the rest of the application code
|
# Copy the rest of the application code
|
||||||
COPY . .
|
COPY ./litellm-js/spend-logs .
|
||||||
|
|
||||||
# Generate Prisma client
|
# Generate Prisma client
|
||||||
RUN npx prisma generate
|
RUN npx prisma generate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue