As we switched from Spring to ZIO in Atum server, we need to prepare new Dockerfile. As the application has Http4s Blaze server backend included there is no need for any servlet container like Tomcat. The application can be packaged as JAR file and run directly using java-jar.
As we switched from Spring to ZIO in Atum server, we need to prepare new Dockerfile. As the application has Http4s Blaze server backend included there is no need for any servlet container like Tomcat. The application can be packaged as JAR file and run directly using java-jar.