AbsaOSS / atum-service

Apache License 2.0
6 stars 1 forks source link

New Dockerfile #154

Closed benedeki closed 8 months ago

benedeki commented 8 months ago

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.

salamonpavel commented 8 months ago

Done