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: Update Shebang in Entrypoint Script for Alpine Compatibility #8

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

Fer-Bar
Copy link
Owner

@Fer-Bar Fer-Bar commented Apr 12, 2024

Alpine Linux does not come with bash pre-installed, which was causing the entrypoint script to fail. This commit updates the shebang in the entrypoint script from #!/bin/bash to #!/bin/sh, making the script compatible with Alpine Linux and fixing the issue.

Alpine Linux does not come with bash pre-installed, which was causing the entrypoint script to fail. This commit updates the shebang in the entrypoint script from #!/bin/bash to #!/bin/sh, making the script compatible with Alpine Linux and fixing the issue.
@Fer-Bar Fer-Bar merged commit 14b1d59 into main Apr 12, 2024
1 check passed
@Fer-Bar Fer-Bar deleted the bug/update-shebang-in-entrypoint branch April 12, 2024 19:46
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

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