diff --git a/litellm-js/spend-logs/Dockerfile b/litellm-js/spend-logs/Dockerfile index 7bd4fefba..262ec1455 100644 --- a/litellm-js/spend-logs/Dockerfile +++ b/litellm-js/spend-logs/Dockerfile @@ -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 ./ @@ -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"] \ No newline at end of file +CMD ["npm", "run", "dev"]