VishalMysore commited on
Commit
6ab7748
·
verified ·
1 Parent(s): 99a459e

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -1,4 +1,4 @@
1
  #!/bin/sh
2
-
3
  # Start the Java application
4
  exec java -Djava.security.egd=file:/dev/./urandom -jar /ai/VectorX-1.0-SNAPSHOT.jar
 
1
  #!/bin/sh
2
+ echo "Starting VectorX application..."
3
  # Start the Java application
4
  exec java -Djava.security.egd=file:/dev/./urandom -jar /ai/VectorX-1.0-SNAPSHOT.jar