Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
krrishdholakia authored Mar 28, 2024
1 parent f40c371 commit b159e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions litellm-js/spend-logs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM node:20.11.0

# Set the working directory inside the container
WORKDIR /usr/src/app
WORKDIR /app

# Copy package.json and package-lock.json to the working directory
COPY package*.json ./
Expand All @@ -23,4 +23,4 @@ RUN npx prisma generate
EXPOSE 3000

# Command to run the Node.js app with npm run dev
CMD ["npm", "run", "dev"]
CMD ["npm", "run", "dev"]

0 comments on commit b159e6d

Please sign in to comment.