fix: enforce LF for entrypoint; comment for Hub rebuild
Browse files- 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 |
|