Skip to content

Add .dockerignore#4

Merged
randallmorse merged 1 commit into
mainfrom
codex/create-.dockerignore-with-exclusions
Jul 21, 2025
Merged

Add .dockerignore#4
randallmorse merged 1 commit into
mainfrom
codex/create-.dockerignore-with-exclusions

Conversation

@randallmorse

Copy link
Copy Markdown
Contributor

Summary

  • create .dockerignore for common build exclusions

Testing

  • bundle install (fails: 403 Forbidden)

https://chatgpt.com/codex/tasks/task_e_687d860f5780832da56a058a76e23385

@randallmorse randallmorse requested a review from Copilot July 21, 2025 02:26
@randallmorse randallmorse merged commit 7e8453b into main Jul 21, 2025
1 of 2 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a .dockerignore file to exclude common files and directories from Docker build contexts, helping to reduce build time and image size by preventing unnecessary files from being sent to the Docker daemon.

  • Adds .dockerignore file with standard exclusions for Git metadata, documentation, and Ruby/bundler artifacts
  • Excludes temporary files and logs that shouldn't be included in Docker images
Comments suppressed due to low confidence (1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants