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
|
FROM node:20.11.0
|
||||||
|
|
||||||
# Set the working directory inside the container
|
# 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 and package-lock.json to the working directory
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue