Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add .dockerignore file #85

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gentildpinto
Copy link
Member

@gentildpinto gentildpinto commented Mar 1, 2023

Description

The current Dockerfile does a copy all via COPY . . without any filtering on what is in the working directory. This pr adds a .dockerignore file to eliminate bloat

Fixes #69

Current status

  • Waiting for review
  • Waiting for comment resolution
  • Waiting for merge
  • Draft
  • Trivial PR (nominal cosmetic/typo/whitespace changes)

Semantic Versioning

Please delete options that are not relevant. Ensure same has been covered in the commit message as well.

  • This is a feat change

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My commit message mentions fix, feat, BREAKING CHANGE accordingly to increase the semantic versioning
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have checked my code/docs and corrected any misspellings

@gentildpinto gentildpinto added the enhancement New feature or request label Mar 1, 2023
@gentildpinto gentildpinto self-assigned this Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add .dockerignore file
2 participants