Skip to content
Merged
Changes from all commits
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
9 changes: 8 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
**/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.
**/.env
**/.env.local
Loading