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 2488c89 commit 70c9e5dCopy full SHA for 70c9e5d
Dockerfile
@@ -2,7 +2,7 @@ FROM oven/bun:1.3.2-alpine AS base
2
3
WORKDIR /app
4
5
-COPY package.json pnpm-lock.yaml ./
+COPY package.json bun.lock ./
6
7
RUN bun install --frozen-lockfile --production && \
8
rm -rf ~/.bun/install/cache /tmp/*
0 commit comments