igor04091968 commited on
Commit
dadf959
·
verified ·
1 Parent(s): 3e381f3

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. 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