forked from phoenix/litellm-mirror
Update Dockerfile
This commit is contained in:
parent
f40c37161b
commit
b159e6d7f1
1 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||
CMD ["npm", "run", "dev"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue