Command option to go offline without running anything #1108
Unanswered
brunoborges
asked this question in
Q&A
Replies: 1 comment 1 reply
-
two options:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As a user, I'd like to create a Dockerfile and during build time, cache all required deps (JDK and libraries), and also prep the app for faster startup when the container starts.
Suggestion:
As an example:
With this, the JDK and the JAR file will be downloaded at every new container.
Beta Was this translation helpful? Give feedback.
All reactions