We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c4233 commit 301c706Copy full SHA for 301c706
entrypoint.sh
@@ -4,11 +4,8 @@ set -e
4
# Get env vars in the Dockerfile to show up in the SSH session
5
eval $(printenv | sed -n "s/^\([^=]\+\)=\(.*\)$/export \1=\2/p" | sed 's/"/\\\"/g' | sed '/=/s//="/' | sed 's/$/"/' >> /etc/profile)
6
7
-# Print the current user
8
-echo "Running as user: $(whoami)"
9
-
10
# Mount Azure File Share
11
-sudo /usr/local/bin/mount-azure-file-share.sh
+/usr/local/bin/mount-azure-file-share.sh
12
13
echo "Starting SSH ..."
14
/usr/sbin/sshd
@@ -65,4 +62,4 @@ else
65
62
fi
66
63
67
64
chmod +x /usr/local/bin/ojs-start
68
-ojs-start
+ojs-start
0 commit comments