documentation stuff and downloer fix for image to pdf

This commit is contained in:
Anthony Stirling
2023-06-10 00:46:44 +01:00
parent 489b8da713
commit 67448498ea
6 changed files with 117 additions and 51 deletions

View File

@@ -8,7 +8,7 @@ COPY build/libs/*.jar app.jar
EXPOSE 8080
# Set environment variables
ENV GROUPS_TO_REMOVE=LibreOffice,CLI
ENV GROUPS_TO_REMOVE=CLI
# Run the application
CMD ["java", "-jar", "/app.jar"]