Files
clsi/entrypoint.sh
Henry Oswald a741a238a8 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
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 "$@"