We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d685c0 commit e13a3f3Copy full SHA for e13a3f3
Dockerfile
@@ -5,7 +5,7 @@ ENV NODE_ENV=production
5
6
WORKDIR /app
7
# install deps
8
-ADD bunfig.toml package.json bun.lockb ./
+ADD package.json bun.lockb ./
9
RUN bun install --frozen-lockfile --ignore-scripts
10
11
# build app
0 commit comments