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

Update ENTRYPOINT instruction in Dockerfile #21

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

SmetDenis
Copy link
Member

In the Dockerfile, the ENTRYPOINT instruction has been updated to simplify the command's syntax. The change results in more direct execution without the need for "sh" and "-c". The modification now uses "/app/csv-blueprint" directly, resulting in improved containerization and execution efficiency.

In the Dockerfile, the ENTRYPOINT instruction has been updated to simplify the command's syntax. The change results in more direct execution without the need for "sh" and "-c". The modification now uses "/app/csv-blueprint" directly, resulting in improved containerization and execution efficiency.
@coveralls
Copy link

coveralls commented Mar 13, 2024

Pull Request Test Coverage Report for Build 8270421839

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.556%

Totals Coverage Status
Change from base Build 8270352964: 0.0%
Covered Lines: 559
Relevant Lines: 585

💛 - Coveralls

@SmetDenis SmetDenis merged commit ad046c0 into master Mar 13, 2024
27 checks passed
@SmetDenis SmetDenis deleted the fix-docker-entypoint branch March 13, 2024 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants