Skip to content
Snippets Groups Projects
Commit bf70ef2d authored by Sebastien's avatar Sebastien
Browse files

fix #13

- The new unl-tool jar file is located in unl-tools-main/target
- The new jar file has name unl-tools-main-*.jar
parent 34334c46
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,6 @@ WORKDIR /var/www/app/app
COPY entrypoint.sh /
COPY --from=builder /opt/unlTools/unl2rdf-app/target/unl2rdf-app-*.jar /opt/unl2rdf.jar
COPY --from=builder /opt/unlTools/unl-tools-main/target/unl-tools-main-*.jar /opt/unl2rdf.jar
ENTRYPOINT ["/entrypoint.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment