JSCPPProgrammer commited on
Commit
b848912
·
verified ·
1 Parent(s): d47d823

fix: enforce LF for entrypoint; comment for Hub rebuild

Browse files
Files changed (1) hide show
  1. scripts/entrypoint.sh +1 -0
scripts/entrypoint.sh CHANGED
@@ -1,4 +1,5 @@
1
  #!/usr/bin/env bash
 
2
  set -euo pipefail
3
  cd /app
4
 
 
1
  #!/usr/bin/env bash
2
+ # Line endings must be LF (Unix); see .gitattributes and Dockerfile sed.
3
  set -euo pipefail
4
  cd /app
5