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 8e46064 commit 4d3a2d4Copy full SHA for 4d3a2d4
.gitignore
@@ -28,6 +28,9 @@ out/
28
# Dotenv file
29
.env
30
31
+# Local env file
32
+**/.env.local
33
+
34
# Subgraphs
35
generated
36
build
Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:22.12.0 AS build
2
3
-COPY --from=oven/bun:1.1.42-debian --chmod=0777 /usr/local/bin/bun /bin/bun
+COPY --from=oven/bun:1.1.41-debian --chmod=0777 /usr/local/bin/bun /bin/bun
4
ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
5
ENV BUN_INSTALL_BIN=/bin
6
0 commit comments