This is a simple Dockerized setup to deploy a Java .war web application on Render.
- Replace
myapp.warwith your actual WAR file. - Push this folder to GitHub.
- On Render, create a new Web Service with the following:
- Environment: Docker
- Port: 8080
- Build & Start commands: leave empty
- Done!