dertinfo / dertinfo-app

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
https://app.dertinfo.co.uk
GNU General Public License v3.0
0 stars 0 forks source link

Fix docker run in local. #27

Closed davidsmonkeys closed 1 month ago

davidsmonkeys commented 1 month ago

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: