Spaces:
Sleeping
Sleeping
circulartext
commited on
Commit
·
9ae4f84
1
Parent(s):
fbafdd6
Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
@@ -16,5 +16,5 @@ chown -R "$USERNAME":"$USERNAME" /app
|
|
16 |
chmod -R 755 /app
|
17 |
|
18 |
# Switch to the user for improved security
|
19 |
-
su "$USERNAME" -c "exec /usr/local/bin/entrypoint
|
20 |
|
|
|
16 |
chmod -R 755 /app
|
17 |
|
18 |
# Switch to the user for improved security
|
19 |
+
su "$USERNAME" -c "exec /usr/local/bin/entrypoint.sh"
|
20 |
|