Thomas Vandahl

Results 3 comments of Thomas Vandahl

+1 Generally, the package created by the Eclipse plugin seems to consider the settings from `pom.xml`, but is one directoy level off. Because of the problem mentioned above, I put...

That's sad. What kind of accessory could be used to handle the water level in a cistern, for example?

I use the following Dockerfile that works for me: ``` FROM amazoncorretto:11.0.17-alpine3.16 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 EXPOSE 8180 WORKDIR /code # Copy the application's code COPY target/steve.jar /code COPY target/libs /code/libs...