We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b15f4 commit cc4b814Copy full SHA for cc4b814
backend/entrypoint.sh
@@ -3,4 +3,4 @@
3
echo "Fixing permissions"
4
chown -R app:app /tmp
5
6
-su - app -c "$@"
+exec su - app -c "exec $*"
0 commit comments