We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405f4be commit 2d528f6Copy full SHA for 2d528f6
Dockerfile
@@ -24,4 +24,4 @@ RUN rm -f /sudoc-distribution.tar.gz
24
ENV TZ=Europe/Paris
25
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
26
27
-CMD ["java", "-jar", "/sudoc/lib/sudoc.jar"]
+CMD ["java", "-cp", "/sudoc/lib/*", "fr.abes.sudoc.SudocWebservicesApplication"]
0 commit comments