Skip to content

Conversation

@MMK21Hub
Copy link
Collaborator

It used to take like 3 seconds to copy all the files into the Docker image because .venv was included.

That isn't needed because we uv sync within the container, so builds are slightly faster during development now.

It used to take like 3 seconds to copy all the files into the Docker image because `.venv` was included.

That isn't needed because we `uv sync` within the container, so builds are slightly faster during development now.
Copilot AI review requested due to automatic review settings October 22, 2025 22:41
Copy link
Contributor

Copilot AI left a comment

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 unnecessary files from the Docker build context, improving build performance by avoiding the copy of large directories like .venv and Python-generated artifacts.

Key Changes:

  • Added .dockerignore file excluding Python artifacts and virtual environments
  • Added libatomic1 package installation to Dockerfile

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.dockerignore New file excluding Python-generated files and .venv directory to reduce Docker build context size
Dockerfile Added libatomic1 package installation alongside existing curl installation

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@MMK21Hub MMK21Hub enabled auto-merge October 25, 2025 08:28
@MMK21Hub MMK21Hub added this pull request to the merge queue Oct 25, 2025
Merged via the queue into hackclub:main with commit 6ce7f7d Oct 25, 2025
4 checks passed
@MMK21Hub MMK21Hub deleted the add-dockerignore branch October 25, 2025 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant