Open jnovack opened 2 weeks ago
Hey @jnovack,
I am currently out of office and I can't get my hands onto this one, but if I remember corectly, there is a build step required using something like mvn compile -f pom.xml
or just mvn compile
when in project directory.
I'll get a closer look when I am back in a couple of weeks.
How do I properly build (and subsequently execute) within Docker?
I'm running the following as my
Dockerfile
However, when running the jar, I get the following:
If I mount in the AccessDB (or directory) via Docker, what is the proper way to build the image, then execute the container?
(I have zero experience building within Java, thus, I would like to build and execute inside of a container)