Hi.
I'm trying to deploy a Spring Boot application that works on my existing server using Plesk.
I'll briefly describe what I've done so far:
- Create a standalone .jar file
- Create Dockerfile:
- build the image: docker build -t data .
- tested the image locally -> worked.
- tested the...