Removed redundant start file

This commit is contained in:
Deon George 2019-05-03 12:30:26 +10:00
parent 1aceeb1d65
commit 3279c0e869
1 changed files with 0 additions and 8 deletions

8
start
View File

@ -1,8 +0,0 @@
#!/bin/sh
if [ -x /usr/sbin/sshd -a "${SSH_START}" = "TRUE" ]; then
[ ! -d /var/run/sshd ] && mkdir /var/run/sshd
start-stop-daemon --start --pidfile /var/run/sshd.pid --exec /usr/sbin/sshd -- -p 22
fi
exec /usr/local/bin/docker-php-entrypoint "$@"