Skip to content

Commit 50b15f4

Browse files
committed
fix entrypoint
1 parent 122a41a commit 50b15f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

backend/entrypoint.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/bin/sh
22

3-
source /home/app/.venv/bin/activate
4-
53
echo "Fixing permissions"
64
chown -R app:app /tmp
75

8-
exec su-exec app "$@"
6+
su - app -c "$@"

0 commit comments

Comments
 (0)