guillaume blaquiere
1 min readAug 24, 2020

Hello Luis

Thanks for reading, and I absolutely apologize for the delay (I skipped your comment!)

Did you tried this command?

CMD ["/start.sh","java -jar /myapp-0.0.1-SNAPSHOT.jar"]

My explanation wasn’t very clear (My english not really perfect also!).

The previous command contain 2 parameters: the script, and your app. My meaning is: the 2nd parameter (this one for the app) is in one block. Don’t write it like this: "java","-jar","/myapp-0.0.1-SNAPSHOT.jar"

Let me know if it works. And contact me on twitter next time, I’m more responsive ;-)

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

guillaume blaquiere
guillaume blaquiere

Written by guillaume blaquiere

GDE cloud platform, Group Data Architect @Carrefour, speaker, writer and polyglot developer, Google Cloud platform 3x certified, serverless addict and Go fan.

Responses (1)

Write a response

Thanks. I have tried different way. But, I had to do using the gcp dendency on my pom file, and use the app properties env variables. Using your solution doesn't work on cloudrun fullymanaged. I found out that Cloudrun enforces the precedency on its…

--