We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b45377 commit 625b21eCopy full SHA for 625b21e
Dockerfile
@@ -9,7 +9,7 @@ WORKDIR /app
9
10
# Copy package files first for better caching
11
COPY package.json bun.lock tsconfig.json ./
12
-RUN bun install --frozen-lockfile
+RUN bun install
13
14
# Copy the rest of the source code
15
COPY . .
0 commit comments