This sample is running on: https://java-spark.is-easy-on-scalingo.com/
Create an application on https://scalingo.com, then:
scalingo -a my-app git-setup
git push scalingo master
And that's it!
Build with:
docker compose build
This is automatically done when building the container. However, it is mandatory to build it again after modifying a file.
Run the server with:
docker composer up
The application is available at: http://localhost:3000/.