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 b6757f7 commit 4bedc3aCopy full SHA for 4bedc3a
.changeset/fair-impalas-agree.md
@@ -0,0 +1,5 @@
1
+---
2
+"@cloudflare/sandbox": patch
3
4
+
5
+Fix broken build due to bun lockfile not being used
packages/sandbox/Dockerfile
@@ -82,8 +82,8 @@ RUN python3 --version && \
82
jupyter kernelspec list
83
84
# Copy container source files to server directory
85
-COPY container_src/package.json ./
86
-RUN bun install
+COPY container_src/package.json container_src/bun.lock ./
+RUN bun install --frozen-lockfile
87
88
COPY container_src/ ./
89
0 commit comments