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 122a41a commit 50b15f4Copy full SHA for 50b15f4
backend/entrypoint.sh
@@ -1,8 +1,6 @@
1
#!/bin/sh
2
3
-source /home/app/.venv/bin/activate
4
-
5
echo "Fixing permissions"
6
chown -R app:app /tmp
7
8
-exec su-exec app "$@"
+su - app -c "$@"
0 commit comments