Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
**/node_modules
**/dist
**/Dockerfile.dev
**/Dockerfile.prod
**/Dockerfile.prod

# .env.local holds local development values and is committed to the repo.
# Next.js loads it during `next build`, so if it reaches the build context it
# overrides the build args baked into the published image (and dotenv-expand
# mangles any value containing a `$`). Keep it out of image builds.
packages/wallet/frontend/.env.local
Comment thread
Copilot marked this conversation as resolved.
Outdated
Loading