Update docker documentation authored by Harri Jäntti's avatar Harri Jäntti
......@@ -25,7 +25,7 @@ Quick breakdown on what we did goes like this:
* Executed the specified files (CMD)
* Opened tons of ports to make sure that traffic gets trough (EXPOSE)
Below you can find the Dockerfile we made for HarmistusApp to assemble a Java image.
Below you can find our old Dockerfile for our HarmistusApp to assemble a Java image. Our final build for HarmitusApp can be found over [here](https://gitlab.com/Iotitude/HarmitusApp/tree/master).
<pre>
<code>
FROM openjdk:8-jre-alpine
......
......