docker – Blame information for rev 62

Subversion Repositories:
Rev:
Rev Author Line No. Line
62 office 1 #!/usr/bin/with-contenv sh
2 # shellcheck shell=sh
3  
4 # Fix access rights to stdout and stderr
5 chown ${PUID}:${PGID} /proc/self/fd/1 /proc/self/fd/2 || true