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

Fix the wrong dockerfile command text #1327

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

Conversation

nishuzumi
Copy link

@nishuzumi nishuzumi commented Jun 7, 2024

Description

This PR modifies a shell command in the Dockerfile to ensure that it adheres to best practices by standardizing the command syntax. The change enhances readability and maintainability without affecting the functionality of the command.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Contents

  • Modified the Docker command to standardize the syntax for copying the libzktrie.so library.

Rationale

The previous command used in the Dockerfile was functional but lacked standardization in its syntax. By refining the command syntax, the code becomes cleaner and more consistent with best practices in shell scripting. This change does not introduce any functional alterations but improves the clarity and maintainability of the codebase.

How Has This Been Tested?

The modified Docker command has been tested in a controlled development environment to ensure that the functionality remains unchanged. The command successfully locates and copies the libzktrie.so file as expected without any errors.

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