fix typo
This commit is contained in:
@@ -10,7 +10,7 @@ ENV NODE_ENV=production
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# --- Copy package.json and bun.lockb to leverage Docker cache ---
|
# --- Copy package.json and bun.lockb to leverage Docker cache ---
|
||||||
COPY package.json bun.lockb ./
|
COPY package.json bun.lock ./
|
||||||
|
|
||||||
# --- Install Dependencies ---
|
# --- Install Dependencies ---
|
||||||
# Do not install devDependencies to keep the image small
|
# Do not install devDependencies to keep the image small
|
||||||
|
|||||||
Reference in New Issue
Block a user