jacobobryant / biff

A Clojure web framework for solo developers.
https://biffweb.com
MIT License
829 stars 40 forks source link

fix(docker): use Java from the base image #202

Closed credmp closed 2 months ago

credmp commented 2 months ago

After debugging the use of Java in the image I found that the temurin base image puts the openjdk and thus the java commands in a package specific path. Calling java with its absolute path requires the path of the package specific location instead of the commonly known java path.

This replaces pull request #201