mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
5 lines
No EOL
149 B
Bash
Executable file
5 lines
No EOL
149 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "Changing permissions of /var/run/docker.sock for sibling containers"
|
|
chown root:docker /var/run/docker.sock
|
|
exec runuser -u app "$@" |