mirror of
https://gitlab.com/berufsschul-ae/solatium.git
synced 2025-01-08 21:27:40 +01:00
9 lines
157 B
Bash
9 lines
157 B
Bash
#!/usr/bin/env bash
|
|
|
|
#until nc -z -v -w30 "$DB_HOST" "$DB_PORT"
|
|
#do
|
|
# echo "Waiting for database connection..."
|
|
# sleep 2
|
|
#done
|
|
cd /tmp/
|
|
java -jar app.jar
|