There was an error while loading. Please reload this page.
1 parent 34afc94 commit b984c79Copy full SHA for b984c79
1 file changed
bin/entrypoint
@@ -19,5 +19,8 @@ if [ -n "$PGHOST" ]; then
19
psql --version && pg_dump --version
20
fi
21
22
+# Create needed .ssh files
23
+mkdir -p /root/.ssh && touch /root/.ssh/known_hosts
24
+
25
# Continue work
26
exec "$@"
0 commit comments