vectorx / entrypoint.sh
VishalMysore's picture
Update entrypoint.sh
6ab7748 verified
raw
history blame contribute delete
163 Bytes
#!/bin/sh
echo "Starting VectorX application..."
# Start the Java application
exec java -Djava.security.egd=file:/dev/./urandom -jar /ai/VectorX-1.0-SNAPSHOT.jar