An Azure Static Web App wrapping an Angular client for capturing scores and score sheet images. It also feeds back results and sheets to groups and group members
Refactor docker-launch.sh to set the line ending to be suitable for linux container. The line endings were CRLF which caused the file to not be executed correctly on bash on the container.
Fixes #25 (issue)
Type of change
Please delete options that are not relevant.
[X] 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
How Has This Been Tested?
Tested locally and works as expect with minor change.
Checklist:
[X] My code follows the style guidelines of this project
[X] I have performed a self-review of my own code
[X] I have commented my code, particularly in hard-to-understand areas
[X] I have made corresponding changes to the documentation
[ ] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
Description
Refactor docker-launch.sh to set the line ending to be suitable for linux container. The line endings were CRLF which caused the file to not be executed correctly on bash on the container.
Fixes #25 (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Tested locally and works as expect with minor change.
Checklist: