Skip to content

Commit

Permalink
feat: gitignore .env.local, update to bun 1.1.41-debian
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdha920 committed Dec 21, 2024
1 parent 2608bc7 commit cdd97bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ out/
# Dotenv file
.env

# Local env file
**/.env.local

# Subgraphs
generated
build
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:22.12.0 AS build

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
ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
ENV BUN_INSTALL_BIN=/bin

Expand Down

0 comments on commit cdd97bd

Please sign in to comment.