overleaf/services/clsi/entrypoint.sh
Henry Oswald 3c2172434b have entrypoint kickoff download off texlive images
install script exits without error if auth fails.
2018-03-14 15:44:58 +00:00

6 lines
No EOL
178 B
Bash
Executable file

#!/bin/sh
echo "Changing permissions of /var/run/docker.sock for sibling containers"
chown root:docker /var/run/docker.sock
./bin/install_texlive_gce.sh
exec runuser -u app "$@"