Spaces:
Build error
Build error
Create entrypoint.sh
Browse files- entrypoint.sh +4 -0
entrypoint.sh
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/sh
|
| 2 |
+
ls -l /ai/conf
|
| 3 |
+
# Start the Java application
|
| 4 |
+
exec java -Dloader.path=/ai/conf -Djava.security.egd=file:/dev/./urandom -jar /ai/springactions-0.2.3.jar
|