Spaces:
Paused
Paused
Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
# For now, we assume this script is run with enough permissions or sudo is configured.
|
| 7 |
|
| 8 |
# A better approach is to handle this in the Dockerfile if possible,
|
| 9 |
-
# but runtime generation ensures keys are always present
|
| 10 |
# We will attempt to run it directly. If it fails, we'll need to adjust the Dockerfile.
|
| 11 |
/usr/bin/ssh-keygen -A
|
| 12 |
|
|
|
|
| 6 |
# For now, we assume this script is run with enough permissions or sudo is configured.
|
| 7 |
|
| 8 |
# A better approach is to handle this in the Dockerfile if possible,
|
| 9 |
+
# but runtime generation ensures keys are always present..
|
| 10 |
# We will attempt to run it directly. If it fails, we'll need to adjust the Dockerfile.
|
| 11 |
/usr/bin/ssh-keygen -A
|
| 12 |
|