Spaces:
Running
Running
Update entrypoint.sh
Browse files- entrypoint.sh +2 -2
entrypoint.sh
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
#!/bin/sh
|
| 2 |
-
ls -l /ai
|
| 3 |
# Start the Java application
|
| 4 |
-
exec java -
|
|
|
|
| 1 |
#!/bin/sh
|
| 2 |
+
ls -l /ai
|
| 3 |
# Start the Java application
|
| 4 |
+
exec java -Djava.security.egd=file:/dev/./urandom -jar /ai/mcpdemo.jar
|