box2 / entrypoint.sh
subjectid's picture
Create entrypoint.sh
007456f verified
Raw
History Blame Contribute Delete
124 Bytes
echo "Starting first command..."
mongod --bind_ip_all
echo "Starting second command..."
java -jar app.jar --server.port=7860