We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de121f commit 4e1b2baCopy full SHA for 4e1b2ba
spring-oracle-example/docker/java/entrypoint.sh
@@ -1,8 +1,8 @@
1
#!/bin/sh
2
# entrypoint.sh
3
4
-echo "Aguardando 30 segundos..."
+echo "Waiting 30 seconds..."
5
sleep 30
6
7
-echo "Iniciando a aplicação..."
8
-exec java org.springframework.boot.loader.launch.JarLauncher
+echo "Starting the application..."
+exec java org.springframework.boot.loader.launch.JarLauncher
0 commit comments