| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
You can use the provided Dockerfile and POM to help test issues you have with the SDK.
If you're testing a simple project, you can edit the DockerTest.java file directly. Everything's set up to pull in the lastest version of the ibm-watson package and run that file when building the image.
If you'd like to use your own files, feel free to add them. Just be sure to edit the execution line in the Dockerfile to run your main class:
RUN mvn -e exec:java -Dexec.mainClass="com.ibm.<MAIN_CLASS>"
If you import a project with a different group ID, you'll need to change that in the provided pom.xml as well.
For more information on dockerfile construction please visit https://docs.docker.com/engine/reference/builder/
| Back | FazBrowse Home | New Git URL |