From b159e6d7f1c41132b53583d8b8632ff3940a0b85 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Thu, 28 Mar 2024 16:36:51 -0700 Subject: [PATCH] Update Dockerfile --- litellm-js/spend-logs/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]