Revision 5d901aca3bde39cfcd405f154245d09bc6c35584 authored by Anthony Rimet on 26 October 2021, 15:16:25 UTC, committed by Anthony Rimet on 26 October 2021, 15:16:25 UTC
1 parent 1e22719
Raw File
docker-entrypoint.sh
#!/bin/sh
chown -R daemon:daemon /app /tmp
exec su-exec daemon:daemon $*
back to top