-
Notifications
You must be signed in to change notification settings - Fork 28
Added Dockerfile.java. #116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Dockerfile.java. #116
Conversation
Addition and Removal of Comments
…aspberry Merge back Raspberry branch to main.
|
Please tell me @pradeeban, for this pull request, should I provide a README.md or not? |
A README or documentation is always a welcome addition for such major contributions. |
|
Got it. |
|
Hey @pradeeban, please review this PR. |
|
Merging since these are two new files that won't impact anything. But changed the branch to dev. Pls send the future pull requests to the dev branch. The main branch is largely frozen. |
Created Dockerfile.java, this file is essential for containerizing Java applications using Docker. It allows to define the environment and dependencies required for your Java application to run consistently across different platforms and environments. Kindly have a look.