mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 22:15:49 +03:00
[PR #103] [CLOSED] Update Dockerfile to handle line endings and improve build process #150
Labels
No labels
big-feature
bug
dependencies
duplicate
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whatsapp-contact-sync#150
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/guyzyl/whatsapp-contact-sync/pull/103
Author: @Repsay
Created: 7/2/2023
Status: ❌ Closed
Base:
main← Head:fix-docker-entrypoint-error📝 Commits (1)
0d3ccbaFix error withentrypoint.sh📊 Changes
1 file changed (+5 additions, -1 deletions)
View changed files
📝
Dockerfile(+5 -1)📄 Description
Hi,
This pull request updates the Dockerfile for the whatsapp-contact-sync project to address an issue with line endings in the entrypoint.sh script. The problem was causing syntax errors when running the Docker container due to different line endings between Windows and Unix systems.
To resolve this, the Dockerfile now includes the installation of dos2unix and the conversion of line endings in the entrypoint.sh script during the image build process. After converting the line endings, the dos2unix tool is removed from the image to keep the size small.
Please review and merge this pull request if it meets the project's requirements.
Thank you!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.